# Copyright 2000, International Business Machines Corporation and others.
# All Rights Reserved.
#
# This software has been released under the terms of the IBM Public
# License.  For details, see the LICENSE file in the top-level source
# directory or online at http://www.openafs.org/dl/license10.html
#
# Some adminstrative files known by the package utility.
#
%define	haslogin
%define	hasadmin
%define wsadmin		${DEST}/wsadmin

FA	/etc/hosts.equiv	${wsadmin}/src/hosts.equiv	${textmode}
FA	/etc/user.permits	${wsadmin}/src/user.permits	${textmode}
%ifdef  SUN
FA      /etc/netd.conf		${wsadmin}/src/netd.conf.${sys}
%else   SUN
FA      /etc/inetd.conf		${wsadmin}/src/inetd.conf.${sys}
%endif  SUN
FA	/.rhosts		${wsadmin}/src/.rhosts		${textmode}
FA	/etc/syslog.conf	${wsadmin}/src/syslog.conf	${textmode}
%ifdef name
#
# Bring over the package file this machine has been configured for.
#
FA	/etc/package.${sys}	${wsadmin}/etc/${name}.${sys}	${textmode}
%endif name
