On Fri 09-09-2005, Justin Pryzby wrote:

> I agree!  And it should work with sudo, too.  Your patch doesn't
> implement /etc/init.d/$foo start,stop completion, correct?

The start,stop completion should work with my patch.

If the previous word is not invoke-rc.d, start, stop ... will be
completed.

+        *)
+        COMPREPLY=( $( compgen -W 'start stop restart reload force-reload' -- 
$cur ) )
+        return 0
+        ;;


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

Reply via email to