Bug 93

Summary: warnings при перезапуске apache
Product: Sisyphus Reporter: Anton Farygin <rider>
Component: apacheAssignee: Alexander Bokovoy <ab>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P4 CC: at, cas, crux, ender, lakostis, ldv, mike, mithraen, qa_viy, rider, shaba, solo, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description Anton Farygin 2001-10-20 21:19:30 MSD
множественные warnings при перезапуске httpd
awk: cmd. line:1: warning: escape sequence `\\.\' treated as plain `.\'
awk: cmd. line:1: warning: escape sequence `\\.\' treated as plain `.\'
awk: cmd. line:1: warning: escape sequence `\\.\' treated as plain `.\'
awk: cmd. line:1: warning: escape sequence `\\.\' treated as plain `.\'
awk: cmd. line:1: warning: escape sequence `\\.\' treated as plain `.\'

Пакет AWK - gawk-3.1.0-alt1

Лечится добавлением в скрипт, вызывающий awk перенаправления ошибок в /dev/null

                        module=`echo ${module} | awk --posix \'{\\                
                                gsub(\&quot;.*/\&quot;,\&quot;\&quot;);\\                                
                                gsub(\&quot;^mod_\&quot;,\&quot;\&quot;);\\                              
                                gsub(\&quot;^lib\&quot;,\&quot;\&quot;);\\                               
                                gsub(\&quot;\\\\.so$\&quot;,\&quot;\&quot;);\\                             
                                print toupper($0)}\' 2&gt;/dev/null`                

---

---

Comment 1 Alexander Bokovoy 2001-10-24 21:30:10 MSD
Fixed in 1.3.22rusPL30.9-alt1
Comment 2 Alexander Bokovoy 2001-10-24 21:30:10 MSD
Fixed in 1.3.22rusPL30.9-alt1