Changeset f1184f9058b0f965c8cada118eee1e542b26d70b
- Timestamp:
- 04/27/09 09:08:18 (3 years ago)
- Author:
- Neutron Soutmun <neo.neutron@…>
- Children:
- 2c382b427d652c3a7166f5516bafbae8cae543fd
- Parents:
- aace70f808787e6416462b9148cc6777dd2b0ec3
- git-committer:
- Neutron Soutmun <neo.neutron@…> (04/27/09 09:08:18)
- Message:
-
Adjust the reload function
2009-04-27 Neutron Soutmun <neo.neutron@…>
- example/rahunas.init.in:
- Adjust the reload function to show status message propperly.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
raace70f
|
rf1184f9
|
|
| | 1 | 2009-04-27 Neutron Soutmun <neo.neutron@gmail.com> |
| | 2 | |
| | 3 | * example/rahunas.init.in: |
| | 4 | - Adjust the reload function to show status message propperly. |
| | 5 | |
| 1 | 6 | 2009-04-27 Neutron Soutmun <neo.neutron@gmail.com> |
| 2 | 7 | |
-
|
raace70f
|
rf1184f9
|
|
| 83 | 83 | sleep 2 |
| 84 | 84 | |
| 85 | | if test -n "$PID" && kill -0 $PID 2>/dev/null |
| 86 | | then |
| 87 | | log_action_end_msg 0 |
| 88 | | else |
| 89 | | log_action_end_msg 1 |
| 90 | | fi |
| 91 | 85 | return 0 |
| 92 | 86 | } |