Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 08:16:19 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333270 - in head: . share/skel
Message-ID:  <201805050816.w458GJHI079653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805050816.w458GJHI079653>