Re: Better code in mythweb.postinst

Forside

Besvar denne besked
Skribent: Christian Marillat
Dato:  
Til: dmo-discussion
Emne: Re: Better code in mythweb.postinst
Guillaume Membré <guillaume.ml@???> writes:

> Hi, did you try with :
> s#\(^[ \t]*setenv[ \t]\+db_server[ \t]\+\"\)[^\"]*\"#\1$hostname\"#g;
>
> I replaced / by # for sed to tell him that # in the command separator
> and no more / problem


Yes, so easy :) Thanks.

Christian