Standardize License information
[openafs.git] / src / afsinstall / lib / InstallGuides / info / debug.toc
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 # debug
9 #
10 # An InstallGuide for installing debugging programs
11 #
12
13 sub debug {
14 &Print("Installs the following into /usr/vice/bin:");
15 &Print("  bin/afsmonitor");
16 &Print("  bin/cmdebug");
17 &Print("  etc/fstrace");
18 &Print("  etc/kdump");
19 &Print("  etc/rxdebug");
20 &Print("  bin/scout");
21 &Print("  bin/udebug");
22 &Print("Install root.server/usr/afs/bin/volinfo into /usr/afs/bin");
23 &Print("Install root.client/usr/vice/etc/C/afszcm.cat into /usr/vice/etc/C");
24 }