svn commit: r248139 - head

Antoine Brodin antoine at FreeBSD.org
Sun Mar 10 19:14:09 UTC 2013


Author: antoine
Date: Sun Mar 10 19:14:09 2013
New Revision: 248139
URL: http://svnweb.freebsd.org/changeset/base/248139

Log:
  Correct a date, add an obsolete directory.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sun Mar 10 18:28:01 2013	(r248138)
+++ head/ObsoleteFiles.inc	Sun Mar 10 19:14:09 2013	(r248139)
@@ -38,7 +38,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 20130902: NWFS and NCP supports removed
+# 20130309: NWFS and NCP supports removed
 OLD_FILES+=usr/bin/ncplist
 OLD_FILES+=usr/bin/ncplogin
 OLD_FILES+=usr/bin/ncplogout
@@ -73,6 +73,7 @@ OLD_FILES+=usr/lib32/libncp_p.a
 OLD_FILES+=usr/sbin/mount_nwfs
 OLD_FILES+=usr/share/examples/nwclient/dot.nwfsrc
 OLD_FILES+=usr/share/examples/nwclient/nwfs.sh.sample
+OLD_DIRS+=usr/share/examples/nwclient
 OLD_FILES+=usr/share/man/man1/ncplist.1.gz
 OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
 OLD_FILES+=usr/share/man/man1/ncplogout.1.gz


More information about the svn-src-all mailing list