Comment 3 for bug 38009

Revision history for this message
Elias Oltmanns (oltmanns) wrote : Re: [Bug 38009] Re: [Bug 38009] Re: [Bug 38009] Breezy -> Dapper transition needs proper /etc/resolvconf/run handling

Well, application/octet-stream doesn't work either. Here's another go!

--- resolvconf.postinst.orig 2006-04-04 12:04:55.000000000 +0200
+++ resolvconf.postinst 2006-04-04 12:33:20.000000000 +0200
@@ -69,6 +69,9 @@
   if [ -z "$RUN_CANONICALPATH" ] ; then
    report_err "Deleting /etc/resolvconf/run symlink whose canonical path could not be determined"
    rm -f /etc/resolvconf/run
+ elif [ "${RUN_CANONICALPATH}" != "${RUN_CANONICALPATH#/dev/shm}" ] ; then
+ report_err "Deleting /etc/resolvconf/run symlink to /dev/shm (inaccessible during bootup)"
+ rm -f /etc/resolvconf/run
   fi
  fi
  # Delete it if it isn't a directory or a link to one