Subversion Repositories configs

Rev

Rev 40 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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