Deleted Added
full compact
gbde (136212) gbde (136224)
1#!/bin/sh
2#
3# This file, originally written by Garrett A. Wollman, is in the public
4# domain.
5#
1#!/bin/sh
2#
3# This file, originally written by Garrett A. Wollman, is in the public
4# domain.
5#
6# $FreeBSD: head/etc/rc.d/gbde 136212 2004-10-07 10:02:46Z pjd $
6# $FreeBSD: head/etc/rc.d/gbde 136224 2004-10-07 13:55:26Z mtm $
7#
8
9# PROVIDE: disks
7#
8
9# PROVIDE: disks
10# KEYWORD: FreeBSD nojail
10# KEYWORD: nojail
11
12. /etc/rc.subr
13
14name="gbde"
15start_precmd="find_gbde_devices start"
16stop_precmd="find_gbde_devices stop"
17start_cmd="gbde_start"
18stop_cmd="gbde_stop"

--- 100 unchanged lines hidden ---
11
12. /etc/rc.subr
13
14name="gbde"
15start_precmd="find_gbde_devices start"
16stop_precmd="find_gbde_devices stop"
17start_cmd="gbde_start"
18stop_cmd="gbde_stop"

--- 100 unchanged lines hidden ---