Changeset f94bd5c0aac9b3add3e205e811907cd60f9bb1f5

Show
Ignore:
Timestamp:
04/20/09 17:19:20 (3 years ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
32a2b8614528260422ecc05a560bd58085982248, 2bc22a2a2e4c8fa79d815bf37e75dae3e648ae2f
Parents:
ca3a480eac5252c2fd4f7e4a3509e2082b69d686
git-committer:
Neutron Soutmun <neo.neutron@…> (04/20/09 17:19:20)
Message:

Call weblogin-config-update.sh on service start

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

  • example/rahunas.init.in: Call weblogin-config-update.sh to generate config every time the service start.
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rca3a480 rf94bd5c  
     12009-04-20  Neutron Soutmun <neo.neutron@gmail.com> 
     2 
     3        * example/rahunas.init.in: Call weblogin-config-update.sh to generate config 
     4          every time the service start. 
     5 
    162009-04-20  Neutron Soutmun <neo.neutron@gmail.com> 
    27 
  • example/rahunas.init.in

    rb4a26aa rf94bd5c  
    2020INIT=@sysconfdir@/default/rahunas 
    2121FIREWALL=@sysconfdir@/rahunas/firewall.sh 
     22WEBLOGIN_CONFIG=@sysconfdir@/rahunas/weblogin-config-update.sh 
    2223NAME=rahunasd 
    2324DESC="RahuNAS: Rahu Network Access Server" 
     
    4041 
    4142  $FIREWALL start 
     43  $WEBLOGIN_CONFIG 
    4244 
    4345        if [ "$RUN_DAEMON" = "yes" ]; then