summaryrefslogtreecommitdiff
blob: 83c3c1d92b8235c85a8c697a25a814e7589de10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# Initial (empty) options.
SNMPD_FLAGS=""

# Enable connection logging.
#SNMPD_FLAGS="${SNMPD_FLAGS} -a"

# Enable syslog and disable file log.
#SNMPD_FLAGS="${SNMPD_FLAGS} -Lsd -Lf /dev/null"

# Enable agentx socket as /var/agentx/master
# *NOTE* Before uncommenting this, make sure
#        the /var/agentx directory exists.
#SNMPD_FLAGS="${SNMPD_FLAGS} -x /var/agentx/master"