Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp/client/scripts Oops, dhclient-script is now ex...



details:   https://anonhg.NetBSD.org/src/rev/226606a6a86b
branches:  trunk
changeset: 508214:226606a6a86b
user:      mellon <mellon%NetBSD.org@localhost>
date:      Sun Apr 08 19:57:12 2001 +0000

description:
Oops, dhclient-script is now expected to be in /sbin.

diffstat:

 usr.sbin/dhcp/client/scripts/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 384bfe61594d -r 226606a6a86b usr.sbin/dhcp/client/scripts/Makefile
--- a/usr.sbin/dhcp/client/scripts/Makefile     Sun Apr 08 18:33:43 2001 +0000
+++ b/usr.sbin/dhcp/client/scripts/Makefile     Sun Apr 08 19:57:12 2001 +0000
@@ -32,6 +32,6 @@
 
 SCRIPTS=netbsd
 SCRIPTSNAME_netbsd=dhclient-script
-SCRIPTSDIR=/etc
+SCRIPTSDIR=/sbin
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index