conf/fs.conf
author "Tomas Zeman <tzeman@volny.cz>"
Sat, 24 Jul 2010 16:03:30 +0200
changeset 6 283c9818387c
parent 1 29afbe10f498
child 7 0cd47f29bdfb
permissions -rw-r--r--
Qmail queue check

# Filesystem related parameters

# Returns age of last modification time of file $1
UserParameter=file.age[*],expr `date +%s` - `stat -f %m $1`

# Returns count of files in directory $1
UserParameter=dir.files[*],ls $1|wc -l