diff -u findutils-4.2.31/debian/find-cron.daily findutils-4.2.31/debian/find-cron.daily --- findutils-4.2.31/debian/find-cron.daily +++ findutils-4.2.31/debian/find-cron.daily @@ -12,7 +12,7 @@ fi if getent passwd $LOCALUSER > /dev/null ; then - cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -p ${IONICE_PRIORITY:-7} updatedb 2>/dev/null + cd / && nice -n ${NICE:-10} ionice -c ${IONICE_CLASS:-2} -n ${IONICE_PRIORITY:-7} updatedb 2>/dev/null else echo "User $LOCALUSER does not exist." exit 1 diff -u findutils-4.2.31/debian/changelog findutils-4.2.31/debian/changelog --- findutils-4.2.31/debian/changelog +++ findutils-4.2.31/debian/changelog @@ -1,3 +1,9 @@ +findutils (4.2.31-1ubuntu3) gutsy; urgency=low + + * Small fix in cron.daily script (Closes: #159472) + + -- Basilio A. Kublik Fri, 02 Nov 2007 08:35:09 -0300 + findutils (4.2.31-1ubuntu2) gutsy; urgency=low * debian/find-daily.cron: fixed small typo in shell variable.