Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/etc/rc.d Pull up revision 1.4 (requested by abs in tick...



details:   https://anonhg.NetBSD.org/src/rev/d40c8bff53f1
branches:  netbsd-2-0
changeset: 561335:d40c8bff53f1
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 07 10:27:32 2004 +0000

description:
Pull up revision 1.4 (requested by abs in ticket #455):
Add rcvar="quota"

diffstat:

 etc/rc.d/quota |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1bc903b08369 -r d40c8bff53f1 etc/rc.d/quota
--- a/etc/rc.d/quota    Mon Jun 07 10:24:03 2004 +0000
+++ b/etc/rc.d/quota    Mon Jun 07 10:27:32 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: quota,v 1.3 2002/03/22 04:33:59 thorpej Exp $
+# $NetBSD: quota,v 1.3.4.1 2004/06/07 10:27:32 tron Exp $
 #
 
 # PROVIDE: quota
@@ -10,6 +10,7 @@
 . /etc/rc.subr
 
 name="quota"
+rcvar="quota"
 start_cmd="quota_start"
 stop_cmd="/usr/sbin/quotaoff -a"
 



Home | Main Index | Thread Index | Old Index