]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- spelling
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 1 Dec 2007 18:25:25 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.spec -> 1.70

nginx.spec

index e5a59d4c598866efe3588a8906d2d4630ba01a16..141e3684993aa87868d08c080f8d136709d0c9b8 100644 (file)
@@ -451,7 +451,7 @@ if [ "$1" = "1" ]; then
                echo "Run \"/etc/rc.d/init.d/nginx-standard start\" to start nginx daemon."
        fi
 fi
-echo "Notice now deamon is usign \"/etc/nginx/nginx-standard.conf\" file"
+echo "Notice: deamon is now using \"/etc/nginx/nginx-standard.conf\" file"
 
 %post light
 for a in access.log error.log; do
@@ -469,7 +469,7 @@ if [ "$1" = "1" ]; then
                echo "Run \"/etc/rc.d/init.d/nginx-light start\" to start nginx daemon."
        fi
 fi
-echo "Notice now deamon is usign \"/etc/nginx/nginx-light.conf\" file"
+echo "Notice: deamon is now using \"/etc/nginx/nginx-light.conf\" file"
 
 %post perl
 for a in access.log error.log; do
@@ -487,7 +487,7 @@ if [ "$1" = "1" ]; then
                echo "Run \"/etc/rc.d/init.d/nginx-perl start\" to start nginx daemon."
        fi
 fi
-echo "Notice now deamon is usign \"/etc/nginx/nginx-perl.conf\" file"
+echo "Notice: deamon is now using \"/etc/nginx/nginx-perl.conf\" file"
 
 %post mail
 for a in access.log error.log; do
@@ -505,7 +505,7 @@ if [ "$1" = "1" ]; then
                echo "Run \"/etc/rc.d/init.d/nginx-mail start\" to start nginx daemon."
        fi
 fi
-echo "Notice now deamon is usign \"/etc/nginx/nginx-mail.conf\" file"
+echo "Notice: deamon is now using \"/etc/nginx/nginx-mail.conf\" file"
 
 %preun standard
 if [ "$1" = "0" ];then
This page took 0.033936 seconds and 4 git commands to generate.