]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx.init
oh… we can keep webserver(*) in -common only
[packages/nginx.git] / nginx.init
index 10e1779748e979fe9a45874753ceb84baa6da2c0..cc334abe45b919d964725ef41514323a2087ef47 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
 #
-# nginx        Nginx Web Server (@flavor@ version)
+# nginx        Nginx Web Server (@type@ version)
 #
 # chkconfig:   345 85 15
 # description:  Nginx is an HTTP(S) server, HTTP(S) reverse \
 #               proxy and IMAP/POP3 proxy server
-# processname: nginx-@flavor@
-# pidfile:     /var/run/nginx-@flavor@.pid
-# config:      /etc/nginx/nginx-@flavor@.conf
+# processname: nginx-@type@
+# pidfile:     /var/run/nginx-@type@.pid
+# config:      /etc/nginx/nginx-@type@.conf
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -15,8 +15,8 @@
 # Source networking configuration.
 . /etc/sysconfig/network
 
-nginx="/usr/sbin/nginx-@flavor@"
-svname="nginx (@flavor@)"
+nginx="/usr/sbin/nginx-@type@"
+svname="nginx (@type@)"
 prog=${nginx##*/}
 
 sysconfig="/etc/sysconfig/$prog"
@@ -146,7 +146,6 @@ upgrade() {
 # Tell nginx to reopen logs
 # http://nginx.org/en/docs/control.html#logs
 reopen_logs() {
-       checkconfig
        show "Reopening $svname logs"
        killproc -p $pidfile $prog -USR1
 }
@@ -171,7 +170,7 @@ case "$1" in
   reload|graceful)
        reload
        ;;
-  force-reload|upgrade) 
+  force-reload|upgrade)
        upgrade
        ;;
   reopen-logs)
This page took 0.050704 seconds and 4 git commands to generate.