Author: eadler Date: Sat May 5 08:16:19 2018 New Revision: 333270 URL: https://svnweb.freebsd.org/changeset/base/333270
Log: [skel] Remove dot.rhosts from share/skel The rcmds were removed in r324351. Chase that removal. Deleted: head/share/skel/dot.rhosts Modified: head/ObsoleteFiles.inc head/share/skel/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Sat May 5 05:22:11 2018 (r333269) +++ head/ObsoleteFiles.inc Sat May 5 08:16:19 2018 (r333270) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20180505: rhosts +OLD_FILES+=usr/share/skel/dot.rhosts # 20180502: retire ixgb OLD_FILES+=usr/share/man/man4/if_ixgb.4.gz OLD_FILES+=usr/share/man/man4/ixgb.4.gz Modified: head/share/skel/Makefile ============================================================================== --- head/share/skel/Makefile Sat May 5 05:22:11 2018 (r333269) +++ head/share/skel/Makefile Sat May 5 08:16:19 2018 (r333270) @@ -4,7 +4,7 @@ FILESGROUPS= FILES1 FILES2 FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \ dot.shrc -FILES2= dot.mail_aliases dot.rhosts +FILES2= dot.mail_aliases FILES1DIR= ${SHAREDIR}/skel FILES2DIR= ${SHAREDIR}/skel FILES1MODE= 0644 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"