Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160936675
D16435.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
862 B
Referenced Files
None
Subscribers
None
D16435.diff
View Options
Index: head/etc/Makefile
===================================================================
--- head/etc/Makefile
+++ head/etc/Makefile
@@ -296,8 +296,6 @@
${INSTALL_SYMLINK} mail/aliases ${DESTDIR}/etc/aliases; \
fi
.endif
- ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
- ${DESTDIR}/etc/dumpdates
.if ${MK_LOCATE} != "no"
${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/db/locate.database
Index: head/sbin/dump/Makefile
===================================================================
--- head/sbin/dump/Makefile
+++ head/sbin/dump/Makefile
@@ -15,6 +15,10 @@
PACKAGE=runtime
PROG= dump
+CONFS= /dev/null
+CONFSGRP= operator
+CONFSMODE= 664
+CONFSNAME_/dev/null= dumpdates
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
CFLAGS+=-DRDUMP
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 6:02 AM (11 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34486396
Default Alt Text
D16435.diff (862 B)
Attached To
Mode
D16435: Move the /etc/dumpdates creation into sbin/dump/Makefile
Attached
Detach File
Event Timeline
Log In to Comment