Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afsinstall / lib / InstallGuides / info / rc.toc
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# rc
9#
10# An InstallGuide for AFS startup scripts
11#
12
13sub rc {
14&Print("Installs the following into /usr/vice/etc/dkload:");
15&Print(" root.client/usr/vice/etc/dkload/rc.afsd.small");
16&Print(" root.client/usr/vice/etc/dkload/rc.afsd.medium");
17&Print(" root.client/usr/vice/etc/dkload/rc.afsd.large");
18&Print("Creates a script to be run with the system rc scripts.");
19&Print(" * For most BSD systems, it is stored as /etc/rc.afs");
20&Print(" * For most SYSV systems, it is stored as /etc/init.d/afs");
21&Print(" or /sbin/init.d/afs, and symlinks are made in /etc/rc?.d/");
22&Print(" or /sbin/rc?.d/ so that it runs in the right order.");
23&Print(" * On AIX systems, an entry is added to /etc/inittab so that AFS");
24&Print(" is started at runlevel 2 after NFS starts.");
25&Print(" * On HP-UX 9.x systems, a command is also added into the");
26&Print(" localrc() function in /etc/rc to run /etc/rc.afs");
27}