Derrick Brashear 863b113a4d cleanup-licensing-and-transarc-references-20030309
tired? on a plane? need some mindless (maybe that's mind-numbing) stuff
to work on? clean up licensing and references in code comments. it's big fun.
2003-03-10 01:59:12 +00:00

29 lines
971 B
Plaintext

# 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