#
# other
#
# An InstallGuide for generic binaries not specifically listed in other
# packages
#

sub other {
$installdir = "/usr/afs/bin";

&ErrorsAreFatal(1);
&CreateDir($installdir);
&ErrorsAreFatal(0);

&Copy("bin/compile_et",    $installdir);
&Copy("bin/kpwvalid",      $installdir);
&Copy("bin/install",       $installdir);
&Copy("bin/pagsh",         $installdir);
&Copy("etc/rmtsysd",       $installdir);
&Copy("bin/rxgen",         $installdir);
&Copy("bin/sys",           $installdir);
&Copy("bin/up",            $installdir);
&Copy("bin/washtool",      $installdir);
&Copy("bin/xstat_cm_test", $installdir);
&Copy("bin/xstat_fs_test", $installdir);
}
