View | Details | Raw Unified | Return to bug 259808
Collapse All | Expand All

(-)100.clean-disks (-1 / +1 lines)
Lines 41-47 Link Here
41
		    print=;;
41
		    print=;;
42
	    esac
42
	    esac
43
43
44
	    rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
44
	    rc=$(find / ! -path /usr/ports/ \( ! -fstype local -o -fstype rdonly \) -prune -o \
45
		\( $args \) -atime +$daily_clean_disks_days \
45
		\( $args \) -atime +$daily_clean_disks_days \
46
		-execdir rm -df {} \; $print | tee /dev/stderr | wc -l)
46
		-execdir rm -df {} \; $print | tee /dev/stderr | wc -l)
47
	    [ -z "$print" ] && rc=0
47
	    [ -z "$print" ] && rc=0

Return to bug 259808