File: config

package info (click to toggle)
portsentry 2.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,404 kB
  • sloc: ansic: 6,481; sh: 920; perl: 18; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#$Id: config,v 1.4 2001/07/11 23:12:55 agx Exp $

set -e

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

# show no_block message only upon first installation
if [ "$1" = "configure"  -a -z "$2"  ]; then
	    db_input high portsentry/warn_no_block || true
	    db_go
fi