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.59;	author hartmans;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@



1.1
log
@Initial revision
@
text
@#!/sbin/sh
# @@(#) $Revision: 1.1 $
#
##################################################################
#
# Name :
#	 umount (afs) - /sbin/fs/afs/umount
#
# Description
# 	This file contains scripts/commands necessary to umount
#	the afs file system.
#	
#	It should be invoked by the generic umountall only.
#
# Input Parameters:
#	None
#
# Expected results:
#	see description.
#
# Side effects of this test:
#  	none
#
# Supporting files and Relationship:
#        i) various "/sbin/fs/afs" commands are used by this script.
#       ii) generic bcheckrc scrtipt located in the /sbin
#           directory invokes this script.
#
#
##################################################################
#
#
# Description - This function is used by umountall to unmount afs 
# file system.
#
# Result values -  none
#
# Used (exclusively) by - /sbin/umountall
#


#  we are passed in AFS /afs. We are supposed to unmount the AFS
# file system. Currently, we cannot unmount the AFS file system
# dynimacally. The only way to do this is to reboot the machine.

# do nothing
exit 1

#*********************************************************************
# End of umount (afs)
#*********************************************************************
@


1.1.1.1
log
@Initial Import. 
@
text
@@
