mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
26 lines
776 B
Plaintext
26 lines
776 B
Plaintext
|
# (C) Copyright Transarc Corporation 1989
|
||
|
# Licensed Materials - Property of Transarc
|
||
|
# All Rights Reserved
|
||
|
#
|
||
|
# 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
|