]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fix apsx messages.
authorkloczek <kloczek@pld-linux.org>
Wed, 29 Dec 1999 22:50:32 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-apxs.patch -> 1.1

apache-apxs.patch [new file with mode: 0644]

diff --git a/apache-apxs.patch b/apache-apxs.patch
new file mode 100644 (file)
index 0000000..fdc2bee
--- /dev/null
@@ -0,0 +1,25 @@
+--- apache_1.3.9/src/support/apxs.pl.apxs      Sat Jul 24 14:05:02 1999
++++ apache_1.3.9/src/support/apxs.pl   Fri Aug 27 11:28:09 1999
+@@ -92,15 +92,15 @@
+ ##  Initial shared object support check
+ ##
+ if (not -x "$CFG_SBINDIR/$CFG_TARGET") {
+-      print STDERR "apxs:Error: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
+-      exit(1);
++      print STDERR "apxs:Warning: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
++      print STDERR "apxs:Warning: Continuing anyway...\n";
+ }
+ if (not grep(/mod_so/, `$CFG_SBINDIR/$CFG_TARGET -l`)) {
+-    print STDERR "apxs:Error: Sorry, no shared object support for Apache\n";
+-    print STDERR "apxs:Error: available under your platform. Make sure\n";
+-    print STDERR "apxs:Error: the Apache module mod_so is compiled into\n";
+-    print STDERR "apxs:Error: your server binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
+-    exit(1);
++    print STDERR "apxs:Warning: No shared object support for Apache\n";
++    print STDERR "apxs:Warning: available under your platform. Make sure\n";
++    print STDERR "apxs:Warning: the Apache module mod_so is compiled into\n";
++    print STDERR "apxs:Warning: your server binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
++    print STDERR "apsx:Warning: Continuing anyway...\n";
+ }
+ ##
This page took 0.077658 seconds and 4 git commands to generate.