Module Name: src
Committed By: apb
Date: Fri Sep 11 18:18:03 UTC 2009
Modified Files:
src/etc/rc.d: cgd
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/rc.d/cgd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/cgd
diff -u src/etc/rc.d/cgd:1.6 src/etc/rc.d/cgd:1.7
--- src/etc/rc.d/cgd:1.6 Tue Apr 21 16:08:57 2009
+++ src/etc/rc.d/cgd Fri Sep 11 18:18:03 2009
@@ -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
}