Bug 93 - warnings при перезапуске apache
Summary: warnings при перезапуске apache
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: apache (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Alexander Bokovoy
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-20 21:19 MSD by Anton Farygin
Modified: 2009-05-10 09:30 MSD (History)
13 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(\".*/\",\"\");\\                                
                                gsub(\"^mod_\",\"\");\\                              
                                gsub(\"^lib\",\"\");\\                               
                                gsub(\"\\\\.so$\",\"\");\\                             
                                print toupper($0)}\' 2>/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