Bug#717438: pdnsd does no more work in combination with resolvconf

2013-10-04 Thread Jakub Wilk
* Antonio A. M. Kukul mkt...@gmail.com, 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

Bug#717438: pdnsd does no more work in combination with resolvconf

2013-09-20 Thread Antonio A. M. Kukul
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