diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 15:31:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 15:31:17 +0000 |
commit | 1f2ed35b51750924337eadff422050da04c01236 (patch) | |
tree | cebe6ade1624227457b0249cd49f065c65de4e38 /distrib/i386 | |
parent | 1356a45af205ff3fd62ba46310ba17cb4c8c7670 (diff) |
dhclient-script should be in sbin
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/list b/distrib/i386/floppies/ramdisk/list index fc2691c1b7c..d943cb01b5c 100644 --- a/distrib/i386/floppies/ramdisk/list +++ b/distrib/i386/floppies/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.16 1998/09/15 21:54:44 deraadt Exp $ +# $OpenBSD: list,v 1.17 1998/09/17 15:31:16 deraadt Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -81,7 +81,7 @@ SYMLINK /tmp/hosts etc/hosts # dhcp things COPY ${DESTDIR}/etc/dhclient.conf etc/dhclient.conf -COPY ${DESTDIR}/etc/dhclient-script etc/dhclient-script +COPY ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script # and the common installation tools COPY ${CURDIR}/termcap.pcvt usr/share/misc/termcap |