Fix etcupdate(8) with rc.sendmail and devd/*. It turns out

BIN1 and such in etc/* cannot use FILESGROUPS.

Reported by:	peter
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-04-17 03:45:45 +00:00
parent 659a0a5d64
commit b40fde96d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298140
2 changed files with 3 additions and 17 deletions

View File

@ -83,13 +83,8 @@ BIN1+= apmd.conf
.endif
.if ${MK_AUTOFS} != "no"
FILESGROUPS+= AUTOFS
AUTOFS+= auto_master
BIN1+= auto_master
.endif
AUTOFSDIR= /etc
AUTOFSMODE= ${BINMODE}
AUTOFSPACKAGE= autofs
AUTOFSTAGS= config
.if ${MK_FREEBSD_UPDATE} != "no"
BIN1+= freebsd-update.conf
@ -141,12 +136,8 @@ BIN1+= pf.os
.endif
.if ${MK_SENDMAIL} != "no"
FILESGROUPS+= SENDMAILRC
SENDMAILRC= rc.sendmail
BIN1+= rc.sendmail
.endif
SENDMAILRCDIR= /etc
SENDMAILRCMODE= ${BINMODE}
SENDMAILRCPACKAGE=sendmail
.if ${MK_TCSH} != "no"
BIN1+= csh.cshrc csh.login csh.logout

View File

@ -10,12 +10,7 @@ FILES+= apple.conf
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
.if ${MK_ACPI} != "no"
FILESGROUPS+= ACPI
ACPI= asus.conf
ACPIPACKAGE= acpi
ACPIDIR= /etc/devd
ACPITAGS= config
ACPIMODE= 644
FILES+= asus.conf
.endif
.if ${MK_HYPERV} != "no"
FILES+= hyperv.conf