Show
Ignore:
Timestamp:
04/27/09 08:48:29 (3 years ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
f1184f9058b0f965c8cada118eee1e542b26d70b
Parents:
94c9e9e68a52a85cada2842d74d51b9407ccf5b2
git-committer:
Neutron Soutmun <neo.neutron@…> (04/27/09 08:48:29)
Message:

Add config reloading

2009-04-27 Neutron Soutmun <neo.neutron@…>

  • src/rahunas.c, src/rh-config.h, src/rh-ipset.c, src/rh-server.{h,c}, src/rh-task-dbset.c, src/rh-task-ipset.c, src/rh-task-iptables.c, src/rh-task-memset.c:
    • Add config reloading by issue SIGHUP.
    • Adjust the tasks to the changes of config reloading.
  • example/rahunas.init.in:
    • Add reload function.
    • In restart command, try to start if the process is not running.
  • tools/firewall.sh.in: Add the KEEP_SET funtionality.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r94c9e9e raace70f  
     12009-04-27  Neutron Soutmun <neo.neutron@gmail.com> 
     2 
     3        * src/rahunas.c, src/rh-config.h, src/rh-ipset.c, src/rh-server.{h,c}, 
     4          src/rh-task-dbset.c, src/rh-task-ipset.c, src/rh-task-iptables.c,  
     5          src/rh-task-memset.c: 
     6          - Add config reloading by issue SIGHUP. 
     7          - Adjust the tasks to the changes of config reloading. 
     8        * example/rahunas.init.in: 
     9          - Add reload function. 
     10          - In restart command, try to start if the process is not running. 
     11        * tools/firewall.sh.in: Add the KEEP_SET funtionality. 
     12 
    1132009-04-23  Neutron Soutmun <neo.neutron@gmail.com> 
    214