Deleted Added
full compact
gbde (125385) gbde (126744)
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 125385 2004-02-03 10:22:55Z des $
6# $FreeBSD: head/etc/rc.d/gbde 126744 2004-03-08 12:25:05Z pjd $
7#
8
9# PROVIDE: disks
7#
8
9# PROVIDE: disks
10# KEYWORD: FreeBSD
10# KEYWORD: FreeBSD 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"

--- 83 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"

--- 83 unchanged lines hidden ---