Package: sysv-rc
Version: 2.86.ds1-38

The following patch causes the intent of the --quiet parameter to invoke-rc.d to be passed on to the init script, providing the init script uses /lib/init/vars.sh.

 -Tom


diff -u -r1.1 invoke-rc.d
--- invoke-rc.d 2007/07/04 17:02:18     1.1
+++ invoke-rc.d 2007/07/04 17:15:51
@@ -423,7 +423,8 @@
    printerror executing initscript action \"${saction}\"...
      fi

-     "${INITDPREFIX}${INITSCRIPTID}" "${saction}" "$@" && exit 0
+
+ INIT_VERBOSE=${BEQUIET:+no} "${INITDPREFIX}${INITSCRIPTID}" "${saction}" "$@" && exit 0
      RC=$?

      if test ! -z "${ACTION}" ; then


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to