Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afsinstall / lib / InstallGuides / GENERIC / serveruser
CommitLineData
805e021f
CE
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# An InstallGuide for user programs for controlling server processes
9#
10
11sub serveruser {
12&CreateDir ("/usr/afs/bin");
13
14&Copy ("root.server/usr/afs/bin/bos", "/usr/afs/bin");
15&Copy ("root.server/usr/afs/bin/fs", "/usr/afs/bin");
16&Copy ("root.server/usr/afs/bin/kas", "/usr/afs/bin");
17&Copy ("root.server/usr/afs/bin/pts", "/usr/afs/bin");
18&Copy ("root.server/usr/afs/bin/vos", "/usr/afs/bin");
19
20&Copy ("etc/butc", "/usr/afs/bin");
21&Copy ("etc/backup", "/usr/afs/bin");
22&Copy ("root.server/usr/afs/bin/ntpdc", "/usr/afs/bin");
23}