Added some Radio Streams for MPFire

Added Reload function to apache init script
Changed the packages to use reload instead of restart


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@997 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-10-21 10:06:04 +00:00
parent 5369ba759c
commit 256575b315
4 changed files with 65 additions and 12 deletions

View File

@@ -30,6 +30,12 @@ case "$1" in
/usr/sbin/apachectl -k restart
evaluate_retval
;;
reload)
boot_mesg "Reloading Apache daemon..."
/usr/sbin/apachectl -k graceful
evaluate_retval
;;
status)
statusproc /usr/sbin/httpd