diff options
author | Lars Engels <lme@FreeBSD.org> | 2016-04-23 16:10:54 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2016-04-23 16:10:54 +0000 |
commit | 6c1a5e837d2d886042767bcc7b7255b81acc0965 (patch) | |
tree | d032256fcb2866de2887b017f399c734c1439413 /etc/rc.d/quota | |
parent | 013cb2e9613644a0be164a61ee4ec744cb60431f (diff) | |
download | src-test2-6c1a5e837d2d886042767bcc7b7255b81acc0965.tar.gz src-test2-6c1a5e837d2d886042767bcc7b7255b81acc0965.zip |
Notes
Diffstat (limited to 'etc/rc.d/quota')
-rwxr-xr-x | etc/rc.d/quota | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/quota b/etc/rc.d/quota index eceb283157c0..127c047e6001 100755 --- a/etc/rc.d/quota +++ b/etc/rc.d/quota @@ -13,6 +13,7 @@ . /etc/rc.subr name="quota" +desc="Enable/check the quotas" rcvar="quota_enable" load_rc_config $name start_cmd="quota_start" |