https://bugzilla.novell.com/show_bug.cgi?id=689070 https://bugzilla.novell.com/show_bug.cgi?id=689070#c0 Summary: ntp post install script always removes /etc/sysconfig/ntp Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sweet_f_a@gmx.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0 Hi, Reinstalling or updating ntp package always installs the default sysconfig file from /var/adm/fillup-templates/sysconfig.ntp User changes get lost after every update. This bug exists at least since 2008-01-22 (revision 1 of ntp package). I wonder that nobody noticed it. The Problem is in spec file's %post section: [...] test -e $cvt_tmp && mv $cvt_tmp /etc/sysconfig/ntp test -e /etc/sysconfig/ntp && rm -f /etc/sysconfig/ntp [...] After creating the updated file it will be removed again, Reproducible: Always Steps to Reproduce: echo "# my_comment" >> /etc/sysconfig/ntp zypper -n install --force ntp grep my_comment /etc/sysconfig/ntp -- 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.