Standardize License information
[openafs.git] / src / afsinstall / lib / InstallGuides / GENERIC / fileserver
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 fileserver processes
9 #
10
11 sub fileserver {
12 &CreateDir ("/usr/afs/etc", "/usr/afs/local", "/usr/afs/logs");
13 &ErrorsAreFatal(1);
14 &CreateDir ("/usr/afs/bin");
15 &ErrorsAreFatal(0);
16 &Copy ("root.server/usr/afs/bin/bosserver",  "/usr/afs/bin");
17 &Copy ("root.server/usr/afs/bin/fileserver", "/usr/afs/bin");
18 &Copy ("root.server/usr/afs/bin/volserver",  "/usr/afs/bin");
19 &Copy ("root.server/usr/afs/bin/salvager",   "/usr/afs/bin");
20 &Chmod(0744, "/usr/afs/bin/bosserver");
21 &Chmod(0744, "/usr/afs/bin/fileserver");
22 &Chmod(0744, "/usr/afs/bin/volserver");
23 &Chmod(0744, "/usr/afs/bin/salvager");
24 }