diff options
Diffstat (limited to 'etc/rc.d/mountall')
-rwxr-xr-x | etc/rc.d/mountall | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/rc.d/mountall b/etc/rc.d/mountall deleted file mode 100755 index 2fd80eb6d3a6c..0000000000000 --- a/etc/rc.d/mountall +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# -# $NetBSD: mountall,v 1.2 2000/04/27 21:00:50 veego Exp $ -# - -# PROVIDE: mountall -# REQUIRE: beforemountlkm - -. /etc/rc.subr - -name="mountall" -start_cmd="echo 'Mounting all filesystems...'; mount -a" -stop_cmd="echo 'Unmounting all filesystems...'; umount -a" - -load_rc_config $name -run_rc_command "$1" |