Hi Sjoerd,

That's right if your "/var/run" isn't a mount point and
just a simple directory, code's fault not yours.

notify-reboot-required is a simple shell script and we
should change "if mountpoint -q /var/run; then" to "if
[ -d "/var/run" ]; then". Running the command inside this
if (touch /var/run/reboot-required) give me no results, so
probably update-notifier checks if it's a mountpoint
too. Keeping in mind that we should get rid of this file
during boot or in update-notifier start.

-- 
Gustavo Franco - <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to