SVN: toys/rsget.pl/RSGet/Main.pm

sparky sparky at pld-linux.org
Sun Dec 5 16:46:11 CET 2010


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
 {


More information about the pld-cvs-commit mailing list