]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- add show-config target to initscript (shows parsed lighttpd.conf) auto/ac/lighttpd-1_4_29-2 auto/th/lighttpd-1_4_29-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Aug 2011 10:38:08 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.init -> 1.18
    lighttpd.spec -> 1.347

lighttpd.init
lighttpd.spec

index 957a0321f899e711f3818c46e0e5a6200c34b083..618e1bc738de7d530c746d147f935f2b317b8d91 100644 (file)
@@ -192,6 +192,9 @@ case "$1" in
   checkconfig|configtest)
        checkconfig 1
        ;;
+  show-config)
+       env SHELL=/bin/sh lighttpd -p -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
+       ;;
   status)
        if is_yes "${LIGHT_ANGEL}"; then
                status lighttpd-angel || RETVAL=$?
@@ -199,7 +202,7 @@ case "$1" in
        status lighttpd || RETVAL=$?
        ;;
   *)
-       msg_usage "$0 {start|stop|restart|reload|force-reload|graceful|configtest|flush-logs|status}"
+       msg_usage "$0 {start|stop|restart|reload|force-reload|graceful|configtest|flush-logs|show-config|status}"
        exit 3
        ;;
 esac
index 683f2d11a2f861cb6426dad3cfd146a7cb34dace..32b1d0a7598c3fbeaa0eb00b1493b427f1ef891c 100644 (file)
@@ -29,7 +29,7 @@ Summary:      Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
 Version:       1.4.29
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.bz2
This page took 0.044662 seconds and 4 git commands to generate.