* Antonio A. M. Kukul , 2013-09-20, 15:13:
Changing this:
server=$(pdnsd-ctl status|sed -ne '/^Global:$/,/^Server.*:$/s/.*Server ip.*:
\(.*\)$/\1/p')
to this
server=$(pdnsd-ctl status|sed -ne '/^Global:$/,/^Server.*:$/s/.*Server ip.*:
\(.*\)$/\1/ip')
in both scripts, it now works fine.
Thi
I need to edit the init script and resolvconf update script of the package
pdnsd to allow a case insensitive match in sed regex (adding /i flag).
Changing this:
server=$(pdnsd-ctl status|sed -ne '/^Global:$/,/^Server.*:$/s/.*Server
ip.*: \(.*\)$/\1/p')
to this
server=$(pdnsd-ctl status|sed -ne
2 matches
Mail list logo