Deleted Added
full compact
quota (104980) quota (126744)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/quota 104980 2002-10-12 10:31:31Z schweikh $
3# $FreeBSD: head/etc/rc.d/quota 126744 2004-03-08 12:25:05Z pjd $
4#
5
6# Enable/Check the quotas (must be after ypbind if using NIS)
7#
8
9# PROVIDE: quota
10# REQUIRE: mountcritremote
11# BEFORE: DAEMON
4#
5
6# Enable/Check the quotas (must be after ypbind if using NIS)
7#
8
9# PROVIDE: quota
10# REQUIRE: mountcritremote
11# BEFORE: DAEMON
12# KEYWORD: FreeBSD
12# KEYWORD: FreeBSD nojail
13
14. /etc/rc.subr
15
16name="quota"
17rcvar="enable_quotas"
18start_cmd="quota_start"
19stop_cmd="/usr/sbin/quotaoff -a"
20

--- 15 unchanged lines hidden ---
13
14. /etc/rc.subr
15
16name="quota"
17rcvar="enable_quotas"
18start_cmd="quota_start"
19stop_cmd="/usr/sbin/quotaoff -a"
20

--- 15 unchanged lines hidden ---