~ubuntu-branches/ubuntu/gutsy/dhcp/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/patches/documentation.patch

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-12-03 20:09:53 UTC
  • Revision ID: james.westby@ubuntu.com-20051203200953-pd6cl2jj55dtesws
Tags: 2.0pl5-19.4
* Non-maintainer upload.
* Rename 116_aligned_structs.diff to 116_aligned_structs.patch so it will
  actually be applied (Closes: #339711, #341757).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -uNr --exclude=debian --exclude=CVS dhcp-2.0pl5.orig/client/dhclient.8 dhcp-2.0pl5/client/dhclient.8
2
 
--- dhcp-2.0pl5.orig/client/dhclient.8  Fri Mar  5 11:04:52 1999
3
 
+++ dhcp-2.0pl5/client/dhclient.8       Sun Dec  2 23:36:24 2001
4
 
@@ -45,6 +45,9 @@
5
 
 .I port
6
 
 ]
7
 
 [
8
 
+.B -e
9
 
+]
10
 
+[
11
 
 .B -d
12
 
 ]
13
 
 [
14
 
@@ -141,6 +144,12 @@
15
 
 flag should be specified.  This is useful when running dhclient under
16
 
 a debugger, or when running it out of inittab on System V systems.
17
 
 .PP
18
 
+The
19
 
+.B -e
20
 
+flag will cause dhclient to exit with an error if the interface cannot 
21
 
+be configured after a certain amount of time. This is useful when dhclient
22
 
+is used in scripts or other systems when a failed dhcp attempt needs to be
23
 
+reported.
24
 
 .SH CONFIGURATION
25
 
 The syntax of the dhclient.conf(8) file is discussed seperately.
26
 
 .SH FILES
27
 
diff -uNr --exclude=debian --exclude=CVS dhcp-2.0pl5.orig/client/dhclient.conf.5 dhcp-2.0pl5/client/dhclient.conf.5
28
 
--- dhcp-2.0pl5.orig/client/dhclient.conf.5     Fri Mar 26 11:38:50 1999
29
 
+++ dhcp-2.0pl5/client/dhclient.conf.5  Sat Dec 15 21:14:18 2001
30
 
@@ -380,7 +380,9 @@
31
 
 no lease is acquired, the script is used to test predefined leases, if
32
 
 any, and also called once if no valid lease can be identified.   For
33
 
 more information, see
34
 
-.B dhclient-lease(8).
35
 
+.B dhclient.leases(5)
36
 
+and
37
 
+.B dhclient-script(8).
38
 
 .PP
39
 
  \fBmedium "\fImedia setup\fB";\fR
40
 
 .PP
41
 
@@ -432,8 +434,8 @@
42
 
 should generally be four digits except for really long leases.  The
43
 
 month is specified as a number starting with 1 for January.  The day
44
 
 of the month is likewise specified starting with 1.  The hour is a
45
 
-number between 0 and 23, the minute a number between 0 and 69, and the
46
 
-second also a number between 0 and 69.
47
 
+number between 0 and 23, the minute a number between 0 and 59, and the
48
 
+second also a number between 0 and 59.
49
 
 .SH ALIAS DECLARATIONS
50
 
  \fBalias { \fI declarations ... \fB}\fR
51
 
 .PP
52
 
diff -uNr --exclude=debian --exclude=CVS dhcp-2.0pl5.orig/common/dhcp-options.5 dhcp-2.0pl5/common/dhcp-options.5
53
 
--- dhcp-2.0pl5.orig/common/dhcp-options.5      Sat Apr 24 12:46:43 1999
54
 
+++ dhcp-2.0pl5/common/dhcp-options.5   Tue Jan 29 22:26:17 2002
55
 
@@ -489,7 +489,7 @@
56
 
 ]\fB;\fR
57
 
 .RS 0.25i
58
 
 .PP
59
 
-This option specifies a list of IP addresses indicating NTP (RFC 1035)
60
 
+This option specifies a list of IP addresses indicating NTP (RFC 1305)
61
 
 servers available to the client.  Servers should be listed in order
62
 
 of preference.
63
 
 .RE
64
 
diff -uNr --exclude=debian --exclude=CVS dhcp-2.0pl5.orig/server/dhcpd.conf.5 dhcp-2.0pl5/server/dhcpd.conf.5
65
 
--- dhcp-2.0pl5.orig/server/dhcpd.conf.5        Wed Sep  6 17:27:47 2000
66
 
+++ dhcp-2.0pl5/server/dhcpd.conf.5     Tue Jan 29 22:17:56 2002
67
 
@@ -770,9 +770,10 @@
68
 
 .B dhcp-options(5)
69
 
 manual page.
70
 
 .SH SEE ALSO
71
 
-dhcpd.conf(5), dhcpd.leases(5), RFC2132, RFC2131.
72
 
+dhcpd(8), dhcpd.leases(5), RFC2132, RFC2131.
73
 
 .SH AUTHOR
74
 
-.B dhcpd(8)
75
 
+.B dhcpd(8),
76
 
+which uses the configuration file described in this man page,
77
 
 was written by Ted Lemon <mellon@vix.com>
78
 
 under a contract with Vixie Labs.   Funding
79
 
 for this project was provided by the Internet Software Corporation.