Author: sparky
Date: Sun Dec  5 16:46:11 2010
New Revision: 11947

Modified:
   toys/rsget.pl/RSGet/Main.pm
Log:
- restart on -USR1 instead of -HUP


Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm (original)
+++ toys/rsget.pl/RSGet/Main.pm Sun Dec  5 16:46:11 2010
@@ -183,7 +183,7 @@
        }
 }
 
-$SIG{HUP} = \&restart;
+$SIG{USR1} = \&restart;
 
 sub check_settings
 {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to