Deleted Added
full compact
quota (179872) quota (193197)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/quota 179872 2008-06-19 07:06:11Z mtm $
3# $FreeBSD: head/etc/rc.d/quota 193197 2009-06-01 04:55:13Z dougb $
4#
5
6# Enable/Check the quotas (must be after ypbind if using NIS)
7
8# PROVIDE: quota
4#
5
6# Enable/Check the quotas (must be after ypbind if using NIS)
7
8# PROVIDE: quota
9# REQUIRE: mountcritremote
9# REQUIRE: mountcritremote ypset
10# BEFORE: DAEMON
11# KEYWORD: nojail
12
13. /etc/rc.subr
14
15name="quota"
16rcvar=`set_rcvar`
17start_cmd="quota_start"

--- 17 unchanged lines hidden ---
10# BEFORE: DAEMON
11# KEYWORD: nojail
12
13. /etc/rc.subr
14
15name="quota"
16rcvar=`set_rcvar`
17start_cmd="quota_start"

--- 17 unchanged lines hidden ---