head	1.1;
branch	1.1.1;
access;
symbols
	openafs_debian_version_1_0-1:1.1.1.1
	openafs_upstream_version_1_0:1.1.1.1
	source-dist:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.1
date	2000.11.02.03.35.33;	author hartmans;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.11.02.03.35.33;	author hartmans;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# debug
#
# An InstallGuide for installing debugging programs
#

sub debug {
&ErrorsAreFatal(1);
&CreateDir ("/usr/vice/bin", "/usr/vice/etc/C", "/usr/afs/bin");
&ErrorsAreFatal(0);
&Copy ("bin/afsmonitor", "/usr/vice/bin");
&Copy ("bin/cmdebug",    "/usr/vice/bin");
&Copy ("etc/fstrace",    "/usr/vice/bin");
&Copy ("etc/kdump",      "/usr/vice/bin");
&Copy ("etc/rxdebug",    "/usr/vice/bin");
&Copy ("bin/scout",      "/usr/vice/bin");
&Copy ("bin/udebug",     "/usr/vice/bin");
&Copy ("root.server/usr/afs/bin/volinfo", "/usr/afs/bin");
&Copy ("root.client/usr/vice/etc/C/afszcm.cat", "/usr/vice/etc/C");
&Chmod(0744, "/usr/afs/bin/volinfo");
&Chmod(0744, "/usr/vice/bin/fstrace");
&Chmod(0644, "/usr/vice/etc/C/afszcm.cat");
}
@


1.1.1.1
log
@Initial Import. 
@
text
@@
