#
# vfsck
#
# An InstallGuide for installing the AFS aware file system checker
# For HP systems running HPUX 10.x
#

sub vfsck {
&ErrorsAreFatal(1);
&Copy ("root.server/etc/vfsck", "/sbin/fs/hfs/vfsck");
&Symlink ("vfsck", "/sbin/fs/hfs/fsck");
}
