diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-09 11:20:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-09 11:20:51 +0000 |
commit | bd149b95812cbb2424b4feb1761851230957750e (patch) | |
tree | 8d24b84af564f30ffa28fc25080f086f00552d32 | |
parent | e81cd842236af6e9829152f2c7efa4585ced2f5d (diff) |
no need for dhclient.conf anymore; created by script
-rw-r--r-- | distrib/i386/floppies/ramdisk/list | 3 | ||||
-rw-r--r-- | distrib/ramdisk/list | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/distrib/i386/floppies/ramdisk/list b/distrib/i386/floppies/ramdisk/list index 08526d8ce0c..370871249f4 100644 --- a/distrib/i386/floppies/ramdisk/list +++ b/distrib/i386/floppies/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.21 1998/10/07 18:42:10 millert Exp $ +# $OpenBSD: list,v 1.22 1998/10/09 11:20:43 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -75,7 +75,6 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts # dhcp things -COPY ${CURDIR}/../../../miniroot/dhclient.conf etc/dhclient.conf COPY ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script # and the common installation tools diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index 9d138026208..a8ca52db2d5 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.7 1998/09/21 23:23:00 deraadt Exp $ +# $OpenBSD: list,v 1.8 1998/10/09 11:20:50 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -65,5 +65,4 @@ SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../miniroot/install.sub > in SPECIAL chmod 755 install upgrade # dhcp things -COPY ${CURDIR}/../miniroot/dhclient.conf etc/dhclient.conf COPY ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script |