Deleted Added
full compact
mountcritlocal (160303) mountcritlocal (169668)
1#!/bin/sh
2#
3# $NetBSD: mountcritlocal,v 1.7 2002/04/29 12:29:53 lukem Exp $
1#!/bin/sh
2#
3# $NetBSD: mountcritlocal,v 1.7 2002/04/29 12:29:53 lukem Exp $
4# $FreeBSD: head/etc/rc.d/mountcritlocal 160303 2006-07-12 16:05:51Z des $
4# $FreeBSD: head/etc/rc.d/mountcritlocal 169668 2007-05-18 12:04:41Z mtm $
5#
6
7# PROVIDE: mountcritlocal
8# REQUIRE: root
9# KEYWORD: nojail
10
11. /etc/rc.subr
12

--- 25 unchanged lines hidden (view full) ---

38 echo '.'
39
40 case $? in
41 0)
42 ;;
43 *)
44 echo 'Mounting /etc/fstab filesystems failed,' \
45 ' startup aborted'
5#
6
7# PROVIDE: mountcritlocal
8# REQUIRE: root
9# KEYWORD: nojail
10
11. /etc/rc.subr
12

--- 25 unchanged lines hidden (view full) ---

38 echo '.'
39
40 case $? in
41 0)
42 ;;
43 *)
44 echo 'Mounting /etc/fstab filesystems failed,' \
45 ' startup aborted'
46 kill -QUIT $$
46 stop_boot true
47 ;;
48 esac
49}
50
51load_rc_config $name
52run_rc_command "$1"
47 ;;
48 esac
49}
50
51load_rc_config $name
52run_rc_command "$1"