On Sun, Jun 6, 2010 at 10:20, Christian Garbs <[email protected]> wrote: > On Mon, May 31, 2010 at 09:02:09PM +0000, v.nix.is wrote: > >> This is hardcoded in the reniced source code: >> >> my $debug = 0; >> >> The debug output is really helpful to find if your rules are taking >> effect. I use this hacky wrapper to do this: >> >> perl -0777 -pe 's[debug = \K0][1]' < /usr/bin/reniced | sudo perl >> >> It would be much better if there simply was a -d option. > > There is a "-v" option which sets $debug = 1. It should do the trick :-)
I missed that, sorry about the invalid bug report. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

