cleanup-licensing-and-transarc-references-20030309
[openafs.git] / src / wsadmin.src / admin
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7 #
8 # Some adminstrative files known by the package utility.
9 #
10 %define haslogin
11 %define hasadmin
12 %define wsadmin         ${DEST}/wsadmin
13
14 FA      /etc/hosts.equiv        ${wsadmin}/src/hosts.equiv      ${textmode}
15 FA      /etc/user.permits       ${wsadmin}/src/user.permits     ${textmode}
16 %ifdef  SUN
17 FA      /etc/netd.conf          ${wsadmin}/src/netd.conf.${sys}
18 %else   SUN
19 FA      /etc/inetd.conf         ${wsadmin}/src/inetd.conf.${sys}
20 %endif  SUN
21 FA      /.rhosts                ${wsadmin}/src/.rhosts          ${textmode}
22 FA      /etc/syslog.conf        ${wsadmin}/src/syslog.conf      ${textmode}
23 %ifdef name
24 #
25 # Bring over the package file this machine has been configured for.
26 #
27 FA      /etc/package.${sys}     ${wsadmin}/etc/${name}.${sys}   ${textmode}
28 %endif name