svn commit: r342162 - head

Stefan Esser se at FreeBSD.org
Mon Dec 17 10:17:57 UTC 2018


Author: se
Date: Mon Dec 17 10:17:56 2018
New Revision: 342162
URL: https://svnweb.freebsd.org/changeset/base/342162

Log:
  Add removed CTM files to ObsoleteFiles.inc as a follow-up to r342126.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Dec 17 07:43:29 2018	(r342161)
+++ head/ObsoleteFiles.inc	Mon Dec 17 10:17:56 2018	(r342162)
@@ -38,6 +38,16 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20181215: Migration of CTM to ports
+OLD_FILES+=usr/sbin/ctm
+OLD_FILES+=usr/sbin/ctm_dequeue
+OLD_FILES+=usr/sbin/ctm_rmail
+OLD_FILES+=usr/sbin/ctm_smail
+OLD_FILES+=usr/share/man/man1/ctm.1.gz
+OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
+OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
+OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
+OLD_FILES+=usr/share/man/man5/ctm.5.gz
 # 20181214: Remove timed files
 OLD_FILES+=etc/rc.d/timed
 OLD_FILES+=usr/sbin/timed


More information about the svn-src-head mailing list