[packages/tmpwatch] reformat for better diffs

glen glen at pld-linux.org
Wed Apr 19 11:36:10 CEST 2017


commit a931434d674002cc8aa50fa800340d587d182bfa
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Apr 19 12:34:20 2017 +0300

    reformat for better diffs

 tmpwatch.cron | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/tmpwatch.cron b/tmpwatch.cron
index f0896a2..93b54d9 100755
--- a/tmpwatch.cron
+++ b/tmpwatch.cron
@@ -8,8 +8,14 @@ if [ -f /etc/sysconfig/tmpwatch ]; then
 	. /etc/sysconfig/tmpwatch
 fi
 
-/usr/sbin/tmpwatch ${OPTIONS} -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix \
-	-x /tmp/.ICE-unix -x /tmp/.Test-unix -X /tmp/.s.PGSQL.\* 240 /tmp
+/usr/sbin/tmpwatch ${OPTIONS} \
+	-x /tmp/.X11-unix \
+	-x /tmp/.XIM-unix \
+	-x /tmp/.font-unix \
+	-x /tmp/.ICE-unix \
+	-x /tmp/.Test-unix \
+	-X /tmp/.s.PGSQL.\* \
+	240 /tmp
 
 # Cleanup amavis quarantine:
 if [ ${AMAVIS_QUARANTINE} -gt 0 ] && [ -d /var/spool/amavis/virusmails ]; then
@@ -22,4 +28,3 @@ for file in /etc/tmpwatch/*.conf; do
 		/usr/sbin/tmpwatch ${OPTIONS} ${OPTS} ${TIME} ${DIRECTORY}
 	done
 done
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tmpwatch.git/commitdiff/2f4097748d7e888fa0c64d57d886af21308047ba



More information about the pld-cvs-commit mailing list