When running /etc/init.d/httpd, I get an awful lot of these messages (41
times, to be exact):

awk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'

This patch fixes the problem - although I don't know if it introduces
another problem....


--- httpd.as-supplied-by-mandrake-in-the-1.3.20-1mdk-rpm-package        Sun Jul 15 
13:49:47 2001
+++ httpd       Sun Jul 15 13:48:53 2001
@@ -31,7 +31,7 @@
                                gsub(".*/","");\
                                gsub("^mod_","");\
                                gsub("^lib","");\
-                               gsub("\.so$","");\
+                               gsub(".so$","");\
                                print toupper($0)}'`
                        moduleargs="${moduleargs} -DHAVE_$module"
                fi
@@ -49,7 +49,7 @@
                                gsub(".*/","");\
                                gsub("^mod_","");\
                                gsub("^lib","");\
-                               gsub("\.so$","");\
+                               gsub(".so$","");\
                                print toupper($0)}'`
                        extramoduleargs="${extramoduleargs} -DHAVE_$extramodule" 
                fi

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                Uptime: 0 hours 4 minutes

Reply via email to