mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
- Remove more files when MK_NS_CACHING == no
MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
This commit is contained in:
parent
90539b6f3c
commit
ed809ca880
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278094
@ -5638,6 +5638,15 @@ OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
|
||||
OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
|
||||
.endif
|
||||
|
||||
.if ${MK_NS_CACHING} == no
|
||||
OLD_FILES+=etc/nscd.conf
|
||||
OLD_FILES+=etc/rc.d/nscd
|
||||
OLD_FILES+=usr/sbin/nscd
|
||||
OLD_FILES+=usr/share/examples/etc/nscd.conf
|
||||
OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
|
||||
OLD_FILES+=usr/share/man/man8/nscd.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_NTP} == no
|
||||
OLD_FILES+=etc/ntp.conf
|
||||
OLD_FILES+=etc/periodic/daily/480.status-ntpd
|
||||
|
Loading…
Reference in New Issue
Block a user