David E. O'Brien
41067f0457
This commit was generated by cvs2svn to compensate for changes in r62104,
...
which included commits to RCS files with non-trunk default branches.
2000-06-26 08:06:22 +00:00
David E. O'Brien
0b8f0431a4
Revert rev 1.10 as I took the bug report too much on face value. The bug
...
submitter has been refered to the ISC to determine if there his problems
are due to a bug in the script.
As a side note, `man 8 ifconfig' does not show "ifconfig -alias" as being
acceptable, but it is and does server a purpose.
2000-05-20 18:01:05 +00:00
David E. O'Brien
866299fe42
Our `ifconfig' syntax uses "alias" not "-alias".
...
Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
2000-05-20 17:47:06 +00:00
David E. O'Brien
9c1f8f49ec
Only log when there is a real change to the configuration state.
...
Requested and Tested by: unfurl
2000-01-15 22:46:40 +00:00
Jeroen Ruigrok van der Werven
76a1875dc5
Fix dhclient-exit-hooks location. (PR 14253)
...
Add $FreeBSD$ CVS identifier.
PR: 14253
Submitted by: Arcady Genkin
2000-01-13 16:27:20 +00:00
David E. O'Brien
378ece9d7b
Do not add routes for localhost to the `dhclient' controlled interface.
...
Doing so is bogus if the loop-back interface was not configured.
Typically ``network_interfaces="auto"'' will return the list of
interfaces such that "lo0" is not first. Thus there are times when
`dhclient' configs an interface before "lo0" is configured.
Under BSD4.4, there's no need to add the above route, as it will be
automatically generated by the kernel.
PR: conf/14098, misc/15183
Submitted by: luoqi (true identification of the problem)
1999-12-12 01:04:36 +00:00
David E. O'Brien
368a9f3acb
Style nit.
1999-12-08 06:42:50 +00:00
David E. O'Brien
d54c60e55c
Document what "X" in the table means.
1999-12-08 06:42:08 +00:00
David E. O'Brien
8df642482c
Add FreeBSD tag.
1999-09-08 11:16:36 +00:00
David E. O'Brien
4cef6c4649
Don't -ko anymore.
1999-09-08 11:12:35 +00:00
David E. O'Brien
64da768b1d
Document that dhclient-script will only set the hostname if it is unset.
...
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-09-02 05:15:26 +00:00
David E. O'Brien
b5654446c3
Check to see if /usr/bin/logger exists before using it. Use "echo" if
...
/usr/bin/logger is not available.
Noticed from: error messages in -CURRENT's sysinstall Alt-F2 debug screen
1999-08-10 07:16:00 +00:00
David E. O'Brien
c4d662c3e3
Log hostname settings/changes.
...
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-08-04 15:12:27 +00:00
David E. O'Brien
cd6cd09939
Back out rev 1.2. The correct type of host-name is `X'. There was a problem
...
with options.c which was fixed in ISC's version 2.0 (rev 1.1.1.2 --> 1.1.1.3).
I have tested host-name with both types `X' and `t' and things work fine
either way. I would prefer to match the offical sources when easily possible.
PR: 12205
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-08-04 15:02:28 +00:00
David E. O'Brien
d836821b60
MFS: use logger(1) instead of plain echo(1).
...
(some how these local changes made it out of my local tree into the
repository, so lets do it right)
1999-08-04 05:46:11 +00:00
David E. O'Brien
0e8d72b9e2
Support the setting of hostname via DHCP.
...
Submitted by: myself & Ted Lemon <mellon@isc.org>
1999-08-04 05:34:33 +00:00
Nik Clayton
0005899f2a
dhclient-lease(8) -> dhclient.leases(5)
...
PR: docs/12619
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
1999-07-30 20:52:26 +00:00
Nik Clayton
03f3e98981
Correct reference to dhclient.conf(5) (was dhclient.conf(8)), as pointed
...
out in the PR. Correct typo on the same line, which was not pointed
out by the PR.
PR: docs/12619
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
1999-07-30 20:51:19 +00:00
Jordan K. Hubbard
9827a7982b
Fix type of host-name option. Partial fix for referenced PR.
...
Submitted by: John Baldwin <jobaldwi@vt.edu>
PR: 12205
1999-07-19 01:58:46 +00:00
David E. O'Brien
94aa67da3b
Sort options.
...
Add options in usage() not documented.
1999-06-25 22:31:47 +00:00
David E. O'Brien
5b4742f188
Fix -1 (onetry) fails, exit(2) rather than exit(1) so an error from this
...
option is distingishable from other errors.
1999-06-25 22:28:34 +00:00
David E. O'Brien
40c963099f
Clean up conflicts.
1999-06-24 04:38:03 +00:00
David E. O'Brien
b66c409eb7
Update for latest vendor import.
1999-06-23 23:43:31 +00:00
David E. O'Brien
f1b2a73d60
Virgin import of ISC-DHCP v2.0
1999-06-23 23:40:02 +00:00
David E. O'Brien
0adedf04be
This commit was generated by cvs2svn to compensate for changes in r48146,
...
which included commits to RCS files with non-trunk default branches.
1999-06-23 23:40:02 +00:00
Nik Clayton
a11e024c56
Fix typo which causes an unnecessary line break.
...
PR: docs/11561
Submitted by: Norihiro Kumagai <kuma@nk.rim.or.jp>
1999-05-29 13:02:00 +00:00
Joseph Koshy
16e1a37f6c
Fix spelling and typos.
...
PR: docs/11506
Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
1999-05-06 12:17:58 +00:00
David E. O'Brien
76505dc90c
Fix conflicts.
1999-05-02 09:24:16 +00:00
David E. O'Brien
84c2add343
junk from the last import
1999-05-02 09:22:01 +00:00
David E. O'Brien
f96b6240a8
Virgin import of ISC-DHCP v2.0b1pl27
1999-05-02 09:03:51 +00:00
David E. O'Brien
55e76efb08
This commit was generated by cvs2svn to compensate for changes in r46275,
...
which included commits to RCS files with non-trunk default branches.
1999-05-02 09:03:51 +00:00
David E. O'Brien
4b056ee860
Document the "-D" option (UTSL).
1999-04-14 05:37:54 +00:00
David E. O'Brien
91a32ec0f3
Did not mean to import these with 2.0b1pl17
...
(was the docs/ dir in previous ISC distfiles)
1999-04-09 18:51:21 +00:00
David E. O'Brien
fa33f391df
Be quiet by default.
1999-04-02 17:19:19 +00:00
David E. O'Brien
3ab6b5e6f7
Our ping doesn't have the ``-w'' option.
...
Submitted by: Kevin Street <street@iname.com>
1999-03-30 21:21:23 +00:00
David E. O'Brien
fc8fc1d234
fix conflicts.
1999-03-22 01:29:39 +00:00
David E. O'Brien
2fee01e716
Update to latest version.
1999-03-22 01:28:54 +00:00
David E. O'Brien
cb1dd5d1b3
Virgin import of ISC-DHCP v2.0b1pl18
1999-03-22 01:26:43 +00:00
David E. O'Brien
21062dd2aa
This commit was generated by cvs2svn to compensate for changes in r44930,
...
which included commits to RCS files with non-trunk default branches.
1999-03-22 01:26:43 +00:00
David E. O'Brien
7ec5041410
fix conflicts
1999-02-28 20:44:08 +00:00
David E. O'Brien
e58cc53001
Break a paragraph into two.
1999-02-28 20:43:33 +00:00
David E. O'Brien
1fdf11c3e6
update for latest import
1999-02-28 20:36:31 +00:00
David E. O'Brien
0645607674
Virgin import of ISC-DHCP v2.0b1pl17
1999-02-28 20:34:40 +00:00
David E. O'Brien
1d25b888c2
This commit was generated by cvs2svn to compensate for changes in r44335,
...
which included commits to RCS files with non-trunk default branches.
1999-02-28 20:34:40 +00:00
David E. O'Brien
e34d6163df
fix conflicts
1999-02-11 12:49:40 +00:00
David E. O'Brien
b02401bdd6
Virgin import of ISC-DHCP v2.0b1pl11
1999-02-11 12:40:22 +00:00
David E. O'Brien
53e0b08ae5
This commit was generated by cvs2svn to compensate for changes in r43892,
...
which included commits to RCS files with non-trunk default branches.
1999-02-11 12:40:22 +00:00
David E. O'Brien
b84c1cc993
update for latest import
1999-02-11 12:39:45 +00:00
David E. O'Brien
d2c596b2e7
add -1 option: Try once, if we fail, EXIT
...
Obtained from: OpenBSD
1999-02-10 23:51:25 +00:00
David E. O'Brien
ddb444e895
remove cruft I meant to remove
1999-02-10 21:23:48 +00:00
David E. O'Brien
0bd4ba38d5
* fix paths in manpages
...
* sort references
1999-02-10 21:02:32 +00:00
David E. O'Brien
2cb713fbff
use /sbin/dhclient-script rather than /etc/dhclient-script
...
Obtained from: OpenBSD
1999-02-10 09:35:26 +00:00
David E. O'Brien
9ec64b0a4d
patch-ac from ports/net/isc-dhcp2
...
date: 1997/06/03 06:24:11; author: pst
current apparently defines INADDR_LOOPBACK
1999-02-10 09:18:30 +00:00
David E. O'Brien
f4bca72172
Information on how I did the import.
...
I still have reservations about choosing the ISC client over the WIDE client,
but I believe the FreeBSD community in general seems to prefer this choice.
Also OpenBSD uses this version and msmith showed that the ISC client gives
us more choices in how we hook the client into sysinstall and /etc/rc*
1999-02-10 09:16:11 +00:00
David E. O'Brien
cd2d014aab
Virgin import of ISC-DHCP v2.0b1pl6
1999-02-10 09:10:13 +00:00