From 2b232de9e195a1b206764767736a42c638fd7847 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 4 May 2011 10:29:03 -0300 Subject: Avoiding annoying messages (2) --- files/polipo.cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/polipo.cron b/files/polipo.cron index c8d7bd0..aba88bc 100755 --- a/files/polipo.cron +++ b/files/polipo.cron @@ -17,6 +17,6 @@ PIDFILE=/var/run/polipo/polipo.pid # TODO: remove redirect stderr to /dev/null after the following bug is solved: # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580434 su -c \ - "nice polipo -x -c $CONFIG_FILE forbiddenFile=$FORBIDDEN_FILE &> /dev/null" \ - proxy + "nice polipo -x -c $CONFIG_FILE forbiddenFile=$FORBIDDEN_FILE > /dev/null" \ + proxy &> /dev/null [ -f "$PIDFILE" ] && kill -USR2 $(cat "$PIDFILE") -- cgit v1.2.3