https://bugzilla.novell.com/show_bug.cgi?id=846668 https://bugzilla.novell.com/show_bug.cgi?id=846668#c5 --- Comment #5 from a b <wharms@bfs.de> 2013-10-24 13:05:26 UTC --- check for "$CUPS_BACKEND/ipp" instead of "$CUPS_BACKEND" --- nxsetup.org 2013-10-18 17:59:58.674117761 +0200 +++ nxsetup 2013-10-24 15:03:04.245869707 +0200 @@ -366,7 +366,7 @@ echo "done" - if [ -d "$CUPS_BACKEND" ] + if [ -f "$CUPS_BACKEND/ipp" ] then echo -n "Setting up cups nxipp backend ..." cp -af "$CUPS_BACKEND/ipp" "$CUPS_IPP_BACKEND" -- 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.