Deleted Added
full compact
mountcritremote (115585) mountcritremote (124616)
1#!/bin/sh
2#
3# $NetBSD: mountcritremote,v 1.7 2002/04/29 12:29:53 lukem Exp $
1#!/bin/sh
2#
3# $NetBSD: mountcritremote,v 1.7 2002/04/29 12:29:53 lukem Exp $
4# $FreeBSD: head/etc/rc.d/mountcritremote 115585 2003-06-01 01:43:37Z gordon $
4# $FreeBSD: head/etc/rc.d/mountcritremote 124616 2004-01-17 10:16:38Z mtm $
5#
6
7# PROVIDE: mountcritremote
8# REQUIRE: NETWORKING root mountcritlocal
5#
6
7# PROVIDE: mountcritremote
8# REQUIRE: NETWORKING root mountcritlocal
9# KEYWORD: FreeBSD NetBSD
9# KEYWORD: FreeBSD
10
11. /etc/rc.subr
12
13name="mountcritremote"
14stop_cmd=":"
15
16case ${OSTYPE} in
17 FreeBSD)

--- 80 unchanged lines hidden ---
10
11. /etc/rc.subr
12
13name="mountcritremote"
14stop_cmd=":"
15
16case ${OSTYPE} in
17 FreeBSD)

--- 80 unchanged lines hidden ---