On Wed, 11 Jul 2001, kk1 wrote:

> awk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
> Got that line 39 (?) times when I try to start or stop the httpd service.
> This seems to come from line 34 and 52 of the /etc/init.d/httpd script.
> replace "\.so$" with ".so$" and the message disappears.

That was because gawk 3.1.0 changed behaviour to print out warning
whenever it sees unknown escape sequences. Yes, the change from `\.' to
`.' should fix the problem. Anybody can take care of it?

Abel


Reply via email to