Pull from CVS head: Only -HUP the parent process on reload.
authorphampson <phampson>
Thu, 28 Aug 2003 00:47:49 +0000 (00:47 +0000)
committerphampson <phampson>
Thu, 28 Aug 2003 00:47:49 +0000 (00:47 +0000)
debian/changelog
debian/initscript

index 792e43c..2145b27 100644 (file)
@@ -6,8 +6,9 @@ freeradius (0.9.1~pre0-0) unstable; urgency=low
     new libtool 1.5 package.
   * Merged multiple sed calls into a single sed call in debian/rules
   * Installed SQL database examples into /usr/share/doc/freeradius/examples
+  * Modify initscript to only -HUP the parent process
 
- -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 26 Aug 2003 03:59:10 +1000
+ -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 28 Aug 2003 10:43:59 +1000
 
 freeradius (0.9.0-1) unstable; urgency=low
 
index 51fd4a4..188ac20 100755 (executable)
@@ -30,7 +30,7 @@ restart) echo -n "Restarting $descr: "
         ;;
 reload|force-reload) 
                echo -n "Reloading configuration files for $descr"
-               killall -HUP $prog
+               start-stop-daemon --stop --signal 1 --quiet --pidfile $pidfile
         echo "."
         ;;
 *)     echo "Usage: /etc/init.d/freeradius start|stop|restart|reload|force-reload"