diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-11 19:30:54 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-11 19:30:54 +0000 |
commit | d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9 (patch) | |
tree | a28aed24c3d0606718a2a2a7a099447aab84a403 /encap/src/bcfg2-site/bcfg2-site-RENAME/etc/ostiary.cfg.tmpl | |
parent | 2535920830fc57f30fd6eb9c4b6569a100d40126 (diff) | |
download | bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.gz bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.bz2 bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.zip |
No longer being maintained, no one expressed interest on mailing list, so removing from trunk.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5569 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/bcfg2-site/bcfg2-site-RENAME/etc/ostiary.cfg.tmpl')
-rw-r--r-- | encap/src/bcfg2-site/bcfg2-site-RENAME/etc/ostiary.cfg.tmpl | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/encap/src/bcfg2-site/bcfg2-site-RENAME/etc/ostiary.cfg.tmpl b/encap/src/bcfg2-site/bcfg2-site-RENAME/etc/ostiary.cfg.tmpl deleted file mode 100644 index 9b7e555c5..000000000 --- a/encap/src/bcfg2-site/bcfg2-site-RENAME/etc/ostiary.cfg.tmpl +++ /dev/null @@ -1,31 +0,0 @@ -#include "site-settings.conf" -# If present, ostiaryd will shut down once the cache of bad IPs is full. -# Under runit, this just has the effect of generating a service restart -# log message. -EXIT_ON_IPCACHE_FULL - -# If present, ostiaryd will not detach from the terminal it was started -# from. This is useful when running ostiaryd from programs like inetd or -# cygrunsrv or runit. -SKIP_DETACH - -# Port to listen on. (Can be specified on command line.) -PORT=${OSTIARY_PORT} - -# The password to remotely kill ostiaryd. Sort of useless when running under -# runit, since runit will just start ostiaryd back up. (But it is required -# to be in this file) -KILL="${OSTIARY_PASSWORD}-kill" - -# Must be at least one action. Format is: -# ACTION="secret","command (with path)",["uid"[,"gid"]] -# NOTE: There is a maximum of 31 actions -# IMPORTANT: Commands *CAN NOT* have any arguments - -# on some platforms arguments are just ignored -ACTION="${OSTIARY_PASSWORD}-bcfg2-dvqn","/usr/local/sbin/ost-bcfg2-dvqn","0","0" -ACTION="${OSTIARY_PASSWORD}-bcfg2-dvn","/usr/local/sbin/ost-bcfg2-dvn","0","0" -ACTION="${OSTIARY_PASSWORD}-bcfg2-dvq","/usr/local/sbin/ost-bcfg2-dvq","0","0" -ACTION="${OSTIARY_PASSWORD}-bcfg2-dv","/usr/local/sbin/ost-bcfg2-dv","0","0" -ACTION="${OSTIARY_PASSWORD}-bcfg2-vq","/usr/local/sbin/ost-bcfg2-vq","0","0" -ACTION="${OSTIARY_PASSWORD}-bcfg2-v","/usr/local/sbin/ost-bcfg2-v","0","0" -ACTION="${OSTIARY_PASSWORD}-bcfg2-restart","/usr/local/sbin/ost-bcfg2-restart","0","0" |