https://bugzilla.novell.com/show_bug.cgi?id=339443#c10 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #10 from Johannes Meixner <jsmeix@novell.com> 2007-11-09 06:40:41 MST --- Changed /etc/init.d/hplip: Added "$local_fs $remote_fs $syslog" to Required-Start to be on the safe side and added a line "export HOME=/tmp" to mitigate this bug: ----------------------------------------------------------------------------- @@ -17,7 +17,7 @@ # ### BEGIN INIT INFO # Provides: hplip -# Required-Start: +# Required-Start: $local_fs $remote_fs $syslog # Required-Stop: # Should-Start: # Should-Stop: @@ -36,6 +36,7 @@ else export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin" export LC_ALL="POSIX" export LANG="POSIX" +export HOME="/tmp" umask 022 daemon() { ----------------------------------------------------------------------------- This results /tmp/.hplip/ and and epmty /tmp/.hplip/hplip.conf -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.