diff options
Diffstat (limited to 'recipes/wwwoffle/files/wwwoffle.if-up')
-rw-r--r-- | recipes/wwwoffle/files/wwwoffle.if-up | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/wwwoffle/files/wwwoffle.if-up b/recipes/wwwoffle/files/wwwoffle.if-up index 43167a9e9c..32c2bc45ee 100644 --- a/recipes/wwwoffle/files/wwwoffle.if-up +++ b/recipes/wwwoffle/files/wwwoffle.if-up @@ -16,10 +16,8 @@ case "$IFACE" in ;; esac -# wwwoffle caches old network configuration and it may cause resolve failures -/usr/bin/wwwoffle -kill -/usr/sbin/wwwoffled >/dev/null 2>&1 - +# wwwoffle caches old resolv.conf. It may cause resolve failures. -config forces its re-read. +/usr/bin/wwwoffle -config /usr/bin/wwwoffle -online # Don't fetch over ppp*, which is typically expensive dial-up. |