Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Add full libexec contents to the CD image - this mak...
details: https://anonhg.NetBSD.org/src/rev/bf9f329e9c84
branches: trunk
changeset: 808571:bf9f329e9c84
user: martin <martin%NetBSD.org@localhost>
date: Sun May 24 09:33:20 2015 +0000
description:
Add full libexec contents to the CD image - this makes dhcpcd happy.
diffstat:
distrib/amd64/cdroms/Makefile.cdrom | 7 ++-----
distrib/i386/cdroms/Makefile.cdrom | 7 ++-----
2 files changed, 4 insertions(+), 10 deletions(-)
diffs (42 lines):
diff -r 4071e5ca9e30 -r bf9f329e9c84 distrib/amd64/cdroms/Makefile.cdrom
--- a/distrib/amd64/cdroms/Makefile.cdrom Sat May 23 22:14:20 2015 +0000
+++ b/distrib/amd64/cdroms/Makefile.cdrom Sun May 24 09:33:20 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.15 2015/05/19 06:58:52 martin Exp $
+# $NetBSD: Makefile.cdrom,v 1.16 2015/05/24 09:33:20 martin Exp $
.include <bsd.own.mk>
@@ -16,10 +16,7 @@
CDRUNTIME+= ./etc
CDRUNTIME+= ./lib
CDRUNTIME+= ./libdata
-CDRUNTIME+= ./libexec/ld.elf_so
-CDRUNTIME+= ./libexec/lfs_cleanerd
-CDRUNTIME+= ./libexec/dhcpcd-run-hooks
-CDRUNTIME+= ./libexec/resolvconf/
+CDRUNTIME+= ./libexec
CDRUNTIME+= ./mnt
CDRUNTIME+= ./sbin
CDRUNTIME+= ./stand
diff -r 4071e5ca9e30 -r bf9f329e9c84 distrib/i386/cdroms/Makefile.cdrom
--- a/distrib/i386/cdroms/Makefile.cdrom Sat May 23 22:14:20 2015 +0000
+++ b/distrib/i386/cdroms/Makefile.cdrom Sun May 24 09:33:20 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.35 2015/05/19 06:58:52 martin Exp $
+# $NetBSD: Makefile.cdrom,v 1.36 2015/05/24 09:33:20 martin Exp $
.include <bsd.own.mk>
@@ -16,10 +16,7 @@
CDRUNTIME+= ./etc
CDRUNTIME+= ./lib
CDRUNTIME+= ./libdata
-CDRUNTIME+= ./libexec/ld.elf_so
-CDRUNTIME+= ./libexec/lfs_cleanerd
-CDRUNTIME+= ./libexec/dhcpcd-run-hooks
-CDRUNTIME+= ./libexec/resolvconf/
+CDRUNTIME+= ./libexec
CDRUNTIME+= ./mnt
CDRUNTIME+= ./sbin
CDRUNTIME+= ./stand
Home |
Main Index |
Thread Index |
Old Index