https://bugzilla.novell.com/show_bug.cgi?id=213362 jsmeix@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jsmeix@novell.com | ------- Comment #15 from jsmeix@novell.com 2007-02-21 03:00 MST ------- Something like -------------------------------------------------------------------------- if ! grep "^ServerName" /etc/cups/client.conf &>/dev/null then echo "# Use localhost but no domain socket" >>/etc/cups/client.conf echo "# to print from Java applications:" >>/etc/cups/client.conf echo "ServerName localhost" >>/etc/cups/client.conf fi --------------------------------------------------------------------------- should not cause trouble. Note the test so that an existing active ServerName entry (which usually points to a remote server) is not overwritten. It is YaST which empties /etc/cups/client.conf see bug #247273. -- 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, or are watching someone who is.