diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2012-10-30 18:39:45 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2012-10-30 18:39:45 +0000 |
commit | 1721d77e423e622f2a9d018651a15c36a5f3a17e (patch) | |
tree | f6597ed300615a71bdb45bd274857071508779db /distrib/amd64 | |
parent | 1a882f5e4d6022913f24a2a3ba0c2f51fcde1e38 (diff) |
Nuke dhclient-script and dhclient.conf 'script' directive. Do all
interface and route configuration via ioctl's and routing sockets.
This will break configurations using local enhancements of
dhclient-script, which will now require alternate arrangements.
Committing early to allow time to identify and develop required
alternatives.
Several proddings by deraadt@.
Diffstat (limited to 'distrib/amd64')
-rw-r--r-- | distrib/amd64/ramdisk_cd/list.local | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/amd64/ramdisk_cd/list.local b/distrib/amd64/ramdisk_cd/list.local index 6d27bea458f..ea8d11aa142 100644 --- a/distrib/amd64/ramdisk_cd/list.local +++ b/distrib/amd64/ramdisk_cd/list.local @@ -1,4 +1,4 @@ -# $OpenBSD: list.local,v 1.21 2012/10/15 17:21:04 deraadt Exp $ +# $OpenBSD: list.local,v 1.22 2012/10/30 18:39:43 krw Exp $ # add local links; use bin/sh since instbin has already been unlinked LINK instbin bin/sha256 @@ -32,9 +32,5 @@ COPY ${DESTDIR}/etc/firmware/run-rt3071 etc/firmware/run-rt3071 COPY ${DESTDIR}/etc/firmware/zd1211 etc/firmware/zd1211 COPY ${DESTDIR}/etc/firmware/zd1211b etc/firmware/zd1211b -# dhcp things -SCRIPT ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script -SPECIAL chmod 755 sbin/dhclient-script - HASH var/hash TZ |