Page MenuHomeFreeBSD

D20173.id.diff
No OneTemporary

D20173.id.diff

Index: head/etc/Makefile
===================================================================
--- head/etc/Makefile
+++ head/etc/Makefile
@@ -18,15 +18,10 @@
group \
login.access \
rc.bsdextended \
- rc.firewall \
termcap.small
# NB: keep these sorted by MK_* knobs
-.if ${MK_SENDMAIL} != "no"
-BIN1+= rc.sendmail
-.endif
-
.if ${MK_SENDMAIL} == "no"
ETCMAIL=mailer.conf aliases
.else
@@ -63,10 +58,20 @@
@echo "set DESTDIR before running \"make ${.TARGET}\""
@false
.endif
+.if ${MK_SENDMAIL} != "no"
cd ${.CURDIR}; \
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 -T "tags=package=sendmail"\
+ rc.sendmail ${DESTDIR}/etc;
+.endif
+.if ${MK_IPFW} != "no"
+ cd ${.CURDIR}; \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 -T "tags=package=ipfw"\
+ rc.firewall ${DESTDIR}/etc;
+.endif
+ cd ${.CURDIR}; \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 -T "tags=package=runtime"\
${BIN1} ${DESTDIR}/etc; \
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 -T "tags=package=runtime"\
master.passwd ${DESTDIR}/etc;
.if ${MK_TCSH} == "no"
@@ -78,6 +83,7 @@
echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
+
) | ${METALOG.add}
.endif
${_+_}cd ${.CURDIR}/gss; ${MAKE} install

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 3:57 PM (1 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33136577
Default Alt Text
D20173.id.diff (1 KB)

Event Timeline