File: default

package info (click to toggle)
dictd 1.9.15-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,760 kB
  • ctags: 3,266
  • sloc: ansic: 28,734; sh: 4,576; makefile: 1,002; perl: 410; yacc: 280; cpp: 275; lex: 217
file content (11 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# This file is sourced by /etc/init.d/dictd to obtain the value of
# $DICTD_ARGS to be passed to dictd on startup.

# Uncomment appropriate lines, change the text if desired, and/or add
# new lines using the format of the sample lines.  (They must be legal
# options, as shown in dictd(8).)

DICTD_ARGS=""
#DICTD_ARGS="$DICTD_ARGS --locale=en_US.utf-8"
#DICTD_ARGS="$DICTD_ARGS --facility=user"
#DICTD_ARGS="$DICTD_ARGS --log=min"