]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- s/apache/tomcat/ in pre
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Jun 2003 22:44:48 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tomcat.spec -> 1.26

tomcat.spec

index a0e40c4211a2b5cf5335fcf84c95b0b5a3232054..ac9b880efc11657e2d194517a3ac20ea9cb5ecf9 100644 (file)
@@ -320,7 +320,7 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 if [ -n "`getgid http`" ]; then
        if [ "`getgid http`" != "51" ]; then
-               echo "Error: group http doesn't have gid=51. Correct this before installing apache." 1>&2
+               echo "Error: group http doesn't have gid=51. Correct this before installing tomcat." 1>&2
                exit 1
        fi
 else
@@ -328,7 +328,7 @@ else
 fi
 if [ -n "`id -u http 2>/dev/null`" ]; then
        if [ "`id -u http`" != "51" ]; then
-               echo "Error: user http doesn't have uid=51. Correct this before installing apache." 1>&2
+               echo "Error: user http doesn't have uid=51. Correct this before installing tomcat." 1>&2
                exit 1
        fi
 else
This page took 0.114019 seconds and 4 git commands to generate.