26 Jun
2014
26 Jun
'14
15:03
https://bugzilla.novell.com/show_bug.cgi?id=883999 https://bugzilla.novell.com/show_bug.cgi?id=883999#c3 --- Comment #3 from Petr Gajdos <pgajdos@suse.com> 2014-06-26 15:03:10 UTC --- %pre if [ "0$1" -ge "2" ]; then if [ -f /etc/HOSTNAME -a ! -h /etc/HOSTNAME ]; then if [ -f /etc/hostname ]; then mv /etc/hostname /etc/hostname.rpmsave fi mv /etc/HOSTNAME /etc/HOSTNAME.rpmsave fi fi %post if [ -f /etc/HOSTNAME.rpmsave ]; then cp /etc/HOSTNAME.rpmsave /etc/hostname fi could work? -- 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.