- Added missing newline on usage() screen in dhclient
This commit is contained in:
parent
6f11dd6206
commit
2ba235792b
@ -1,5 +1,5 @@
|
|||||||
--- dhcp-3.0.5/client/dhclient.c.usage 2007-04-01 13:49:43.000000000 -0400
|
--- dhcp-3.0.5/client/dhclient.c.usage 2007-04-17 10:43:00.000000000 -0400
|
||||||
+++ dhcp-3.0.5/client/dhclient.c 2007-04-01 13:51:25.000000000 -0400
|
+++ dhcp-3.0.5/client/dhclient.c 2007-04-17 10:43:30.000000000 -0400
|
||||||
@@ -819,20 +819,29 @@
|
@@ -819,20 +819,29 @@
|
||||||
|
|
||||||
static void usage ()
|
static void usage ()
|
||||||
@ -34,7 +34,7 @@
|
|||||||
+ printf (" [ -H <host-name> | -F <fqdn.fqdn> ] [ -T <timeout> ]\n");
|
+ printf (" [ -H <host-name> | -F <fqdn.fqdn> ] [ -T <timeout> ]\n");
|
||||||
+ printf (" [ -V <vendor-class-identifier> ]\n");
|
+ printf (" [ -V <vendor-class-identifier> ]\n");
|
||||||
+ printf (" [ -R <request option list> ]\n");
|
+ printf (" [ -R <request option list> ]\n");
|
||||||
+ printf (" [-sf script-file] [interface]");
|
+ printf (" [-sf script-file] [interface]\n");
|
||||||
+
|
+
|
||||||
+ exit (EXIT_FAILURE);
|
+ exit (EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 31%{?dist}
|
Release: 32%{?dist}
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -429,6 +429,9 @@ fi
|
|||||||
%{_libdir}/libdhcp4client.a
|
%{_libdir}/libdhcp4client.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 17 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-32
|
||||||
|
- Added missing newline on usage() screen in dhclient
|
||||||
|
|
||||||
* Thu Apr 12 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-31
|
* Thu Apr 12 2007 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-31
|
||||||
- Spec file cleanups (#225691)
|
- Spec file cleanups (#225691)
|
||||||
- Put libdhcpctl.a and libomapi.a in dhcp-devel-static package
|
- Put libdhcpctl.a and libomapi.a in dhcp-devel-static package
|
||||||
|
Loading…
Reference in New Issue
Block a user