Fix periodic(8) and rc(8) script inclusion to rcmds package.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1793d3395d
commit
45ccd77b60
@ -46,8 +46,12 @@ FILES+= 480.status-ntpd \
|
||||
.endif
|
||||
|
||||
.if ${MK_RCMDS} != "no"
|
||||
FILES+= 140.clean-rwho
|
||||
FILESGROUPS+= RCMDS
|
||||
RCMDS+= 140.clean-rwho
|
||||
.endif
|
||||
RCMDSDIR= /etc/periodic/daily
|
||||
RCMDSMODE= ${BINMODE}
|
||||
RCMDSPACKAGE= rcmds
|
||||
|
||||
.if ${MK_SENDMAIL} != "no"
|
||||
FILES+= 150.clean-hoststat \
|
||||
|
@ -281,8 +281,12 @@ FILES+= ftp-proxy
|
||||
.endif
|
||||
|
||||
.if ${MK_RCMDS} != "no"
|
||||
FILES+= rwho
|
||||
FILESGROUPS+= RCMDS
|
||||
RCMDS+= rwho
|
||||
.endif
|
||||
RCMDSDIR= /etc/rc.d
|
||||
RCMDSMODE= ${BINMODE}
|
||||
RCMDSPACKAGE= rcmds
|
||||
|
||||
.if ${MK_ROUTED} != "no"
|
||||
FILES+= routed
|
||||
|
Loading…
Reference in New Issue
Block a user