Changeset f1184f9058b0f965c8cada118eee1e542b26d70b

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    raace70f rf1184f9  
     12009-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 
    162009-04-27  Neutron Soutmun <neo.neutron@gmail.com> 
    27 
  • example/rahunas.init.in

    raace70f rf1184f9  
    8383  sleep 2 
    8484 
    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 
    9185  return 0 
    9286}