[skel] Remove dot.rhosts from share/skel
The rcmds were removed in r324351. Chase that removal.
This commit is contained in:
parent
79db40ce37
commit
92ff396017
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,9 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# .rhosts - trusted remote host name and user data base
|
||||
#
|
||||
# see hosts.equiv(5), rsh(1), rlogin(1), rcp(1)
|
||||
#
|
||||
# This file should NOT be group or other readable.
|
||||
# OtherMachine
|
||||
# OtherMachine myFriend
|
Loading…
Reference in New Issue
Block a user