diff options
author | Mika Havela <mika.havela@gmail.com> | 2010-05-13 06:50:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-13 07:34:17 +0000 |
commit | 7f6fabd695a88e5704e680f91caae0369b5a487e (patch) | |
tree | 273e1ef901213a78d3a5ef90265d4528f08fe70c /testing/swatch/swatch.confd | |
parent | 27bfa3b740264709e5a6429eec1f68346b64b33b (diff) | |
download | aports-7f6fabd695a88e5704e680f91caae0369b5a487e.tar.bz2 aports-7f6fabd695a88e5704e680f91caae0369b5a487e.tar.xz |
testing/swatch: new aport
Diffstat (limited to 'testing/swatch/swatch.confd')
-rw-r--r-- | testing/swatch/swatch.confd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/swatch/swatch.confd b/testing/swatch/swatch.confd new file mode 100644 index 0000000000..5cbdc0a205 --- /dev/null +++ b/testing/swatch/swatch.confd @@ -0,0 +1,8 @@ +## tail-args +# Arguments for tail program +tailargs="-n 0 -F" + +## script-dir +# This switch causes the temporary watcher script to be written to a file in the specified directory rather than the user's home directory. +# It is highly advised that you do NOT use directories that are writable by others such as /tmp. +scriptdir="/tmp/swatch" |