Source-Changes-HG archive

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

[src/trunk]: src/distrib/common SRCDIRS is not the way to do this; some testi...



details:   https://anonhg.NetBSD.org/src/rev/78b5293527a1
branches:  trunk
changeset: 765582:78b5293527a1
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 31 06:19:11 2011 +0000

description:
SRCDIRS is not the way to do this; some testing would have been nice.

diffstat:

 distrib/common/list.dhcpcd |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r e6f8115f9928 -r 78b5293527a1 distrib/common/list.dhcpcd
--- a/distrib/common/list.dhcpcd        Tue May 31 03:43:47 2011 +0000
+++ b/distrib/common/list.dhcpcd        Tue May 31 06:19:11 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: list.dhcpcd,v 1.1 2009/04/07 11:49:17 joerg Exp $
+#      $NetBSD: list.dhcpcd,v 1.2 2011/05/31 06:19:11 christos Exp $
 #
 # list file (c.f. parselist.awk) for DHCP-enabled install media.
 #
 
-SRCDIRS        external/bsd/dhcpcd/sbin
 PROG   sbin/dhcpcd
+SPECIAL        dhcpcd srcdir external/bsd/dhcpcd/sbin/dhcpcd
 
 COPY   ${DESTDIR}/etc/dhcpcd.conf etc/dhcpcd.conf
 COPY   ${DESTDIR}/libexec/dhcpcd-run-hooks libexec/dhcpcd-run-hooks 555



Home | Main Index | Thread Index | Old Index