aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-03-09 20:46:43 +0000
committerEd Maste <emaste@FreeBSD.org>2020-03-09 20:46:43 +0000
commit13f7dbe822d5f447c6137dc0d4ff838fb7050dbe (patch)
tree0e9ce6e5bf11a1740e3ce5858e5cb6ab682e852e /usr.sbin/newsyslog
parent9b7938dcf338e31b4440a207144799db0c309ee6 (diff)
downloadsrc-13f7dbe822d5f447c6137dc0d4ff838fb7050dbe.tar.gz
src-13f7dbe822d5f447c6137dc0d4ff838fb7050dbe.zip
retire amd(8)
autofs was introduced with FreeBSD 10.1 and is the supported method for automounting filesystems. As of r296194 the amd man page claimed that it is deprecated. Remove it from base now; the sysutils/am-utils port is still available if necessary. Discussed with: cy Relnotes: Yes Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=358821
Diffstat (limited to 'usr.sbin/newsyslog')
-rw-r--r--usr.sbin/newsyslog/newsyslog.conf.d/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.conf.d/Makefile b/usr.sbin/newsyslog/newsyslog.conf.d/Makefile
index 24751a361a2b..3974581ff57f 100644
--- a/usr.sbin/newsyslog/newsyslog.conf.d/Makefile
+++ b/usr.sbin/newsyslog/newsyslog.conf.d/Makefile
@@ -6,10 +6,6 @@ CONFSDIR= /etc/newsyslog.conf.d
CONFS=
-.if ${MK_AMD} != "no"
-CONFS+= amd.conf
-.endif
-
.if ${MK_FTP} != "no"
CONFS+= ftp.conf
.endif