mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
863b113a4d
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.
29 lines
971 B
Plaintext
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
|