Hello community, here is the log from the commit of package ntp for openSUSE:12.1 checked in at 2011-10-27 13:49:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.1/ntp (Old) and /work/SRC/openSUSE:12.1/.ntp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ntp", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.1/ntp/ntp.changes 2011-10-24 13:11:10.000000000 +0200 +++ /work/SRC/openSUSE:12.1/.ntp.new/ntp.changes 2011-10-28 17:11:11.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Oct 27 08:52:39 UTC 2011 - [email protected] + +- bnc#656509 - don't use --bind on /var/lib/ntp/proc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conf.ntp.init ++++++ --- /var/tmp/diff_new_pack.137wkV/_old 2011-10-28 17:11:12.000000000 +0200 +++ /var/tmp/diff_new_pack.137wkV/_new 2011-10-28 17:11:12.000000000 +0200 @@ -112,11 +112,7 @@ fi done mkdir -p ${CHROOT_PREFIX}/proc - # prepare_chroot is called on every "start", but we need to mount only once - if ! grep -q " ${CHROOT_PREFIX}/proc proc " /proc/mounts; then - mount -o bind /proc ${CHROOT_PREFIX}/proc 2>/dev/null - mount -o remount,ro,nosuid,nodev,bind ${CHROOT_PREFIX}/proc 2>/dev/null - fi + mount -t proc none -o ro,nosuid,nodev "${CHROOT_PREFIX}/proc" 2>/dev/null NTPD_OPTIONS="${NTPD_OPTIONS} -i ${CHROOT_PREFIX}" } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
