--- resolvconf.postinst 2009-06-13 23:27:07.000000000 +0200 +++ /var/lib/dpkg/info/resolvconf.postinst 2009-06-13 23:27:56.000000000 +0200 @@ -35,7 +35,7 @@ case "$1" in && [ -d /lib/init/rw ] \ && [ -w /lib/init/rw ] \ && [ -r /proc/mounts ] \ - && grep -qs "^tmpfs[[:space:]]\+/lib/init/rw[[:space:]]\+tmpfs[[:space:]]\+\([^[:space:]]\+,\)\?rw" /proc/mounts \ + && grep -qs "^varrun[[:space:]]\+/lib/init/rw[[:space:]]\+tmpfs[[:space:]]\+\([^[:space:]]\+,\)\?rw" /proc/mounts \ && { [ -d /lib/init/rw/resolvconf ] || mkdir -v /lib/init/rw/resolvconf ; } \ && { [ -d /lib/init/rw/resolvconf/interface ] || mkdir -v /lib/init/rw/resolvconf/interface ; } \ && F="$(echo /dev/shm/resolvconf/*)" \ @@ -69,7 +69,7 @@ case "$1" in if \ [ -d /var/run ] \ && [ -w /var/run ] \ - && grep -qs "^tmpfs[[:space:]]\+/var/run[[:space:]]\+tmpfs[[:space:]]\+\([^[:space:]]\+,\)\?rw" /proc/mounts \ + && grep -qs "^varrun[[:space:]]\+/var/run[[:space:]]\+tmpfs[[:space:]]\+\([^[:space:]]\+,\)\?rw" /proc/mounts \ && { [ -d /var/run/resolvconf ] || mkdir -v /var/run/resolvconf ; } \ && { [ -d /var/run/resolvconf/interface ] || mkdir -v /var/run/resolvconf/interface ; } then