~ubuntu-branches/ubuntu/utopic/arpon/utopic

« back to all changes in this revision

Viewing changes to debian/arpon.default

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano
  • Date: 2010-08-19 19:18:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100819191809-g3ldwt0rb7nlhv9k
Tags: 2.0-2
* [9ce1735] Fix the default configuration /etc/default/arpon
  (Closes: #592310) - thanks to Luca Bruno
* [96a4ebf] Uncomment examples in /etc/arpon.sarpi

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# You must choose between static ARP inspection (SARPI) and
7
7
# dynamic ARP inspection (DARPI)
8
8
#
9
 
# For SARPI uncomment the following line
10
 
# DAEMON_OPTS="-d -f /var/log/arpon/arpon.log -g -s"
 
9
# For SARPI uncomment the following line (please edit also /etc/arpon.sarpi)
 
10
# DAEMON_OPTS="-q -f /var/log/arpon/arpon.log -g -s"
11
11
 
12
12
# For DARPI uncomment the following line
13
 
# DAEMON_OPTS="-d -f /var/log/arpon/arpon.log -g -y"
 
13
# DAEMON_OPTS="-q -f /var/log/arpon/arpon.log -g -d"
14
14
 
15
15
# Modify to RUN="yes" when you are ready
16
16
RUN="no"