diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2011-06-21 22:51:39 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2011-06-21 22:51:39 -0400 |
commit | 2346777ec2c5937148b26f579bb983d864f6e2d5 (patch) | |
tree | b3658249f56a4805b0a5041d747b89836af832b6 /files/inoticoming.default | |
parent | 42c6a74934a606a4094fd27c216db20cc71224ab (diff) | |
download | puppet-reprepro-2346777ec2c5937148b26f579bb983d864f6e2d5.tar.gz puppet-reprepro-2346777ec2c5937148b26f579bb983d864f6e2d5.tar.bz2 |
make the default file a template, not the init script
Diffstat (limited to 'files/inoticoming.default')
-rw-r--r-- | files/inoticoming.default | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/files/inoticoming.default b/files/inoticoming.default deleted file mode 100644 index 3de61a7..0000000 --- a/files/inoticoming.default +++ /dev/null @@ -1,22 +0,0 @@ -# /etc/default/inoticoming -# -# for an explanation of options and actions, see inoticoming(1) - -# user to run inoticoming as -USER=incoming - -# log to some file instead of syslog -# required if you want to use --stdout-to-log or --stderr-to-log in actions -LOGFILE="/var/log/incoming.log" - -# first search the directory for files already existing -# 0 for false, 1 for true -INITIALSEARCH=0 - -# directory to monitor -DIR=/var/spool/incoming - -# actions -BASEDIR=/var/cache/reprepro/local -RULENAME=incoming -ACTIONS="--suffix .changes --stderr-to-log reprepro -s -b $BASEDIR --waitforlock 1000 processincoming $RULENAME {} ;" |