site  contact  subhomenews

430: Shutdown problem when upgrade pupsave

October 09, 2009 — BarryK
This problem is reported in a couple of places, including here:

http://murga-linux.com/puppy/viewtopic.php?t=47169

I'm not clear on why this problem is occurring, anyway I have put this code into /etc/rc.d/rc.update:

  if [ $NEWPVERSION -gt 424 -a $OLDPVERSION -lt 424 ];then #424=4.3beta3

if [ -d /usr/X11R7/bin ];then
ln -snf /usr/bin/restartwm /usr/X11R7/bin/restartwm
ln -snf /usr/bin/wmexit /usr/X11R7/bin/wmexit
ln -snf /usr/bin/wmpoweroff /usr/X11R7/bin/wmpoweroff
ln -snf /usr/bin/wmreboot /usr/X11R7/bin/wmreboot
fi
fi

Tags: woof