Hello community, here is the log from the commit of package tmpwatch for openSUSE:Factory checked in at 2014-12-21 12:04:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tmpwatch (Old) and /work/SRC/openSUSE:Factory/.tmpwatch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tmpwatch" Changes: -------- --- /work/SRC/openSUSE:Factory/tmpwatch/tmpwatch.changes 2014-02-03 16:42:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tmpwatch.new/tmpwatch.changes 2014-12-21 12:04:31.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 19 01:33:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in tmpwatch.daily cron script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tmpwatch.spec ++++++ --- /var/tmp/diff_new_pack.8T40s3/_old 2014-12-21 12:04:32.000000000 +0100 +++ /var/tmp/diff_new_pack.8T40s3/_new 2014-12-21 12:04:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package tmpwatch # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ tmpwatch.daily ++++++ --- /var/tmp/diff_new_pack.8T40s3/_old 2014-12-21 12:04:32.000000000 +0100 +++ /var/tmp/diff_new_pack.8T40s3/_new 2014-12-21 12:04:32.000000000 +0100 @@ -3,8 +3,12 @@ /usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x /tmp/.XIM-unix \ -x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix 10d /tmp /usr/sbin/tmpwatch "$flags" 30d /var/tmp -for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do - if [ -d "$d" ]; then - /usr/sbin/tmpwatch "$flags" -f 30d "$d" - fi -done +for d in /var/cache/man /var/catman; do + [ -d $d ] || continue + for c in cat X11R6/cat local/cat; do + for D in $d/${c}?; do + [ -d $D ] || continue + /usr/sbin/tmpwatch "$flags" -f 30d "$D" + done + done +done \ No newline at end of file -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
