diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:11:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 10:11:21 +0000 |
commit | b1c23cfe8fff7571899e39ed6dd2a9cf3043fd39 (patch) | |
tree | 6f617fc0217566edb7bcb7d0f8d00808a3305ef5 /main/sshguard/sshguard.confd | |
parent | 5d7f87f856d5ab5c13148f781a309af5c9ceff02 (diff) | |
download | aports-b1c23cfe8fff7571899e39ed6dd2a9cf3043fd39.tar.bz2 aports-b1c23cfe8fff7571899e39ed6dd2a9cf3043fd39.tar.xz |
main/sshguard: moved from testing
Diffstat (limited to 'main/sshguard/sshguard.confd')
-rw-r--r-- | main/sshguard/sshguard.confd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/sshguard/sshguard.confd b/main/sshguard/sshguard.confd new file mode 100644 index 0000000000..050c2f3589 --- /dev/null +++ b/main/sshguard/sshguard.confd @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/sshguard/files/sshguard.confd,v 1.3 2011/04/23 16:59:59 jer Exp $ + +# Config file for /etc/init.d/sshguard +# See SSHGUARD(8) for details. + +# Initial (empty) options. +SSHGUARD_OPTS="" + +# Files to monitor +# -l <source> +SSHGUARD_OPTS="${SSHGUARD_OPTS} -l /var/log/messages" + +# White listing +# -w <addr/host/block/file> +#SSHGUARD_OPTS="${SSHGUARD_OPTS} -w 192.168.0.0/24" + +# Define how long in milliseconds start-stop-daemon waits to check that +# sshguard is still running before calling success or failure. +# Values lower than the default of 999 are probably not useful. +SSHGUARD_WAIT="999" |