Standardize License information
[openafs.git] / src / afsinstall / lib / InstallGuides / GENERIC / dbserver
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 database server processes
9 #
10
11 sub dbserver {
12 &CreateDir ("/usr/afs/db", "/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/kaserver",  "/usr/afs/bin");
18 &Copy ("root.server/usr/afs/bin/vlserver",  "/usr/afs/bin");
19 &Copy ("root.server/usr/afs/bin/ptserver",  "/usr/afs/bin");
20 &Chmod(0744, "/usr/afs/bin/bosserver");
21 &Chmod(0744, "/usr/afs/bin/kaserver");
22 &Chmod(0744, "/usr/afs/bin/vlserver");
23 &Chmod(0744, "/usr/afs/bin/ptserver");
24 }