]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r278192:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 1 Mar 2015 22:03:52 +0000 (22:03 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 1 Mar 2015 22:03:52 +0000 (22:03 +0000)
commit2979c203c7553060d7307372d7e10631f0997308
tree4fe8bb91688ede3457d83635c42d3820c205f22f
parent16546dd307ae75cf021981116ab1ca894475ead7
MFC r278192:

Add the following options to enable/disable several features in the base system

WITHOUT_BOOTPARAMD - bootparamd
WITHOUT_BOOTPD - bootpd
WITHOUT_FINGER - finger, fingerd
WITHOUT_FTP - ftp, ftpd
WITHOUT_INETD - inetd
WITHOUT_RBOOTD - rbootd
WITHOUT_TCP_WRAPPERS - tcpd, et al
WITHOUT_TFTP - tftp, tftp-server
WITHOUT_TIMED - timed

Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@279505 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
etc/Makefile
libexec/Makefile
share/mk/bsd.own.mk
tools/build/options/WITHOUT_BOOTPARAMD [new file with mode: 0644]
tools/build/options/WITHOUT_BOOTPD [new file with mode: 0644]
tools/build/options/WITHOUT_FINGER [new file with mode: 0644]
tools/build/options/WITHOUT_FTP [new file with mode: 0644]
tools/build/options/WITHOUT_INETD [new file with mode: 0644]
tools/build/options/WITHOUT_RBOOTD [new file with mode: 0644]
tools/build/options/WITHOUT_TCP_WRAPPERS [new file with mode: 0644]
tools/build/options/WITHOUT_TFTP [new file with mode: 0644]
tools/build/options/WITHOUT_TIMED [new file with mode: 0644]
usr.bin/Makefile
usr.sbin/Makefile