#ident	"@(#)initpkg:i386/cmd/initpkg/init.d/disks	1.3.9.2"
#ident	"$Header: disks 1.2 91/06/28 $"

#
# Create "/dev" entries for new disk(s).
#

# Clear all working privileges.
priv -allprivs work

set `LC_ALL=C /sbin/who -r`
if [ $9 = "S" -o $9 = "1" ]
then
	if [ -x /sbin/disks ]
	then
		exec /sbin/disks
	fi
fi
