Changeset cc256e1ea17aa9076b61545f70aa23f191790a80
- Timestamp:
- 04/29/09 08:46:42 (3 years ago)
- Author:
- Neutron Soutmun <neo.neutron@…>
- Children:
- 58a7596ffa8e80a6c8db834191f7ce1f45fd44f9
- Parents:
- 2c382b427d652c3a7166f5516bafbae8cae543fd
- git-committer:
- Neutron Soutmun <neo.neutron@…> (04/29/09 08:46:42)
- Message:
-
Fix regenerate/reload weblogin PHP config file
2009-04-29 Neutron Soutmun <neo.neutron@…>
- example/rahunas.init.in: Fix regenerate/reload weblogin PHP config file.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2c382b4
|
rcc256e1
|
|
| | 1 | 2009-04-29 Neutron Soutmun <neo.neutron@gmail.com> |
| | 2 | |
| | 3 | * example/rahunas.init.in: Fix regenerate/reload weblogin PHP config file. |
| | 4 | |
| 1 | 5 | 2009-04-27 Neutron Soutmun <neo.neutron@gmail.com> |
| 2 | 6 | |
-
|
rf1184f9
|
rcc256e1
|
|
| 79 | 79 | |
| 80 | 80 | reload () { |
| | 81 | |
| | 82 | $WEBLOGIN_CONFIG |
| | 83 | |
| 81 | 84 | start-stop-daemon --stop --quiet --signal HUP \ |
| 82 | 85 | --pidfile $PID --name $NAME < /dev/null |
| … |
… |
|
| 123 | 126 | fi |
| 124 | 127 | ;; |
| 125 | | reload) |
| | 128 | reload|force-reload) |
| 126 | 129 | log_daemon_msg "Reloading $DESC" "$NAME" |
| 127 | 130 | |