#!/bin/sh # # $NetBSD: mountall,v 1.6 2008/12/01 14:47:14 tsutsui Exp $ # # REQUIRE: mountcritremote named ypbind # PROVIDE: mountall $_rc_subr_loaded . /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"