Changeset f94bd5c0aac9b3add3e205e811907cd60f9bb1f5
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rca3a480
|
rf94bd5c
|
|
| | 1 | 2009-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 | |
| 1 | 6 | 2009-04-20 Neutron Soutmun <neo.neutron@gmail.com> |
| 2 | 7 | |
-
|
rb4a26aa
|
rf94bd5c
|
|
| 20 | 20 | INIT=@sysconfdir@/default/rahunas |
| 21 | 21 | FIREWALL=@sysconfdir@/rahunas/firewall.sh |
| | 22 | WEBLOGIN_CONFIG=@sysconfdir@/rahunas/weblogin-config-update.sh |
| 22 | 23 | NAME=rahunasd |
| 23 | 24 | DESC="RahuNAS: Rahu Network Access Server" |
| … |
… |
|
| 40 | 41 | |
| 41 | 42 | $FIREWALL start |
| | 43 | $WEBLOGIN_CONFIG |
| 42 | 44 | |
| 43 | 45 | if [ "$RUN_DAEMON" = "yes" ]; then |