From: Tilghman Lesher Date: Fri, 17 Dec 2010 21:18:18 +0000 (+0000) Subject: -v implies -f, so override with -F. X-Git-Tag: 1.8.3-rc1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=072c12c04bc35843978397a0f0b6bfd0648fef7b;p=thirdparty%2Fasterisk.git -v implies -f, so override with -F. (closes issue #18446) Reported by: lathama Patches: rc.debian.asterisk.diff uploaded by lathama (license 1028) Tested by: lathama git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@298827 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/init.d/rc.debian.asterisk b/contrib/init.d/rc.debian.asterisk index c2812b8644..3d06f9556b 100755 --- a/contrib/init.d/rc.debian.asterisk +++ b/contrib/init.d/rc.debian.asterisk @@ -100,6 +100,8 @@ case "$1" in for i in `seq 1 $VERBOSITY`; do ASTARGS="$ASTARGS -v" done + # -v implies -f, so we override that implicit specification here + ASTARGS="$ASTARGS -F" fi if [ "x$INTERNALTIMING" = "xyes" ]; then ASTARGS="$ASTARGS -I"