Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194464 - www-servers/cherokee add reload option in initscript
Summary: www-servers/cherokee add reload option in initscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: José Alberto Suárez López (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-02 00:04 UTC by Stefan de Konink
Modified: 2008-12-26 08:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan de Konink 2007-10-02 00:04:30 UTC
Add a reload option in the initscript.

It should work as: pkill -HUP cherokee, or in your opinion by a specific lockfile with process number.

Reproducible: Always

Steps to Reproduce:
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2008-10-05 20:40:35 UTC
the init script that comes bundled with cherokee has these extra states:

  reload)
    echo -n "Reloading $NAME configuration"
    start-stop-daemon --stop --pidfile $PIDFILE --signal HUP
    ;;

  rotate-logs)
    echo -n "Rotating logs"
    start-stop-daemon --stop --pidfile $PIDFILE --signal USR2
    ;;

  restart)
    echo -n "Restarting the server closing all the opened connections"
    start-stop-daemon --stop --pidfile $PIDFILE --signal USR1
    ;;
Comment 2 José Alberto Suárez López (RETIRED) gentoo-dev 2008-12-26 08:50:47 UTC
now in 0.11.6 :)