- Added missing newline on usage() screen in dhclient

This commit is contained in:
David Cantrell 2007-04-17 14:45:46 +00:00
parent 6f11dd6206
commit 2ba235792b
2 changed files with 7 additions and 4 deletions

View File

@ -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 2007-04-01 13:51:25.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-17 10:43:30.000000000 -0400
@@ -819,20 +819,29 @@
static void usage ()
@ -34,7 +34,7 @@
+ printf (" [ -H <host-name> | -F <fqdn.fqdn> ] [ -T <timeout> ]\n");
+ printf (" [ -V <vendor-class-identifier> ]\n");
+ printf (" [ -R <request option list> ]\n");
+ printf (" [-sf script-file] [interface]");
+ printf (" [-sf script-file] [interface]\n");
+
+ exit (EXIT_FAILURE);
}

View File

@ -10,7 +10,7 @@
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent
Name: dhcp
Version: 3.0.5
Release: 31%{?dist}
Release: 32%{?dist}
Epoch: 12
License: ISC
Group: System Environment/Daemons
@ -429,6 +429,9 @@ fi
%{_libdir}/libdhcp4client.a
%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
- Spec file cleanups (#225691)
- Put libdhcpctl.a and libomapi.a in dhcp-devel-static package