diff options
author | emaste <emaste@FreeBSD.org> | 2007-02-09 16:28:25 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2007-02-09 16:28:25 +0000 |
commit | d6a37ef6957fcf391e0acef372f639e4339e078d (patch) | |
tree | 6ca1a01e5496fb377f586d4050b12055e3420e0d /sbin/dhclient | |
parent | 44223c20a43c1b74ef176bab9a35a724f78782da (diff) | |
download | FreeBSD-src-d6a37ef6957fcf391e0acef372f639e4339e078d.zip FreeBSD-src-d6a37ef6957fcf391e0acef372f639e4339e078d.tar.gz |
Add a $FreeBSD$ tag missing after the original import. Note that this
file isn't actually installed; the one in src/etc is.
Diffstat (limited to 'sbin/dhclient')
-rw-r--r-- | sbin/dhclient/dhclient.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/dhclient/dhclient.conf b/sbin/dhclient/dhclient.conf index 147e004..4f28066 100644 --- a/sbin/dhclient/dhclient.conf +++ b/sbin/dhclient/dhclient.conf @@ -1,3 +1,5 @@ +# $FreeBSD$ + send host-name "andare.fugue.com"; send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; send dhcp-lease-time 3600; |