Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Adapt /etc/rc.d/cgd script to the new /etc/rc:



details:   https://anonhg.NetBSD.org/src/rev/e5b6f0516e10
branches:  trunk
changeset: 747333:e5b6f0516e10
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Sep 11 18:18:03 2009 +0000

description:
Adapt /etc/rc.d/cgd script to the new /etc/rc:
Add "KEYWORD: interactive" so that prompting for passwords work, and
use print_rc_normal to print a message that could safely be suppressed.

Part of the /etc/rc silent changes requested in PR 41946
and proposed in tech-userlevel.

diffstat:

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

diffs (26 lines):

diff -r 09a84f059c83 -r e5b6f0516e10 etc/rc.d/cgd
--- a/etc/rc.d/cgd      Fri Sep 11 18:17:43 2009 +0000
+++ b/etc/rc.d/cgd      Fri Sep 11 18:18:03 2009 +0000
@@ -1,11 +1,12 @@
 #!/bin/sh
 #
-# $NetBSD: cgd,v 1.6 2009/04/21 16:08:57 joerg Exp $
+# $NetBSD: cgd,v 1.7 2009/09/11 18:18:03 apb Exp $
 #
 
 # PROVIDE: cgd
 # REQUIRE: rndctl
 # BEFORE:  DISKS
+# KEYWORD: interactive
 
 $_rc_subr_loaded . /etc/rc.subr
 
@@ -17,7 +18,7 @@
 cgd_start()
 {
        if [ -f /etc/cgd/cgd.conf ]; then
-               echo "Configuring CGD devices."
+               print_rc_normal "Configuring CGD devices."
                cgdconfig -C
        fi
 }



Home | Main Index | Thread Index | Old Index