File: config

package info (click to toggle)
efingerd 1.6.2.7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 296 kB
  • ctags: 34
  • sloc: sh: 344; ansic: 254; makefile: 61
file content (14 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh -e

action=$1
version=$2

# Source debconf library.
. /usr/share/debconf/confmodule
#db_version 2.0

db_input low efingerd/allow_files || true
db_input low efingerd/show_names || true
db_go

#exit 0