Subversion Repositories configs

Rev

Rev 40 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#! /bin/sh
2
flags=-umc
3
/usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x /tmp/.XIM-unix \
4
	-x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix \
5
	-X '/tmp/hsperfdata_*' 10d /tmp
6
/usr/sbin/tmpwatch "$flags" 30d /var/tmp
7
for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
8
    if [ -d "$d" ]; then
9
	/usr/sbin/tmpwatch "$flags" -f 30d "$d"
10
    fi
11
done