https://bugzilla.novell.com/show_bug.cgi?id=737905 https://bugzilla.novell.com/show_bug.cgi?id=737905#c1 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |chris@computersalat.de |ovo.novell.com | --- Comment #1 from Marcus Meissner <meissner@suse.com> 2011-12-21 10:41:40 UTC --- i suspect it is that part of %post: # update mode? if [ "$1" > "1" ]; then if [ -e etc/squid.conf -a ! -L etc/squid.conf -a ! -e etc/squid/squid.conf ]; then echo "moving /etc/squid.conf to /etc/squid/squid.conf" mv etc/squid.conf etc/squid/squid.conf fi fi
should propbably be -gt
-- 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.