File: tcpspy.default

package info (click to toggle)
tcpspy 1.7d-16
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 352 kB
  • sloc: ansic: 3,318; lex: 467; yacc: 133; makefile: 54; sh: 42
file content (14 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Default commandline options for tcpspy. This file is sourced by /bin/sh from
# /etc/init.d/tcpspy. For more info on commandline options see tcpspy.8

# which rules file to use.  leave commented out for default:
#RULESFILE=/etc/tcpspy.rules

# run as 'nobody' and 'nogroup' by default.
OPTIONS="-U nobody -G nogroup"

# NOTE: tcpspy must run as root if you want to use tcpspy's '-p'
# option to log process filenames.  comment out the above OPTIONS
# line and uncomment the below.
#
#OPTIONS="-p"