summaryrefslogtreecommitdiff
path: root/pptpd-1.3.3/debian/config
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-10-06 16:55:05 +0400
committerKozlov Dmitry <dima@server>2010-10-06 16:55:05 +0400
commit45b3c9c5bdd896f51f47e29069e3c030ddb17d51 (patch)
treecbec5824ffb2eee20b98ad9892a357304384ff01 /pptpd-1.3.3/debian/config
parentba3db9f17477ea4b49c266c5cb50f63f3b074db2 (diff)
parent01ccd98495c9da1e79f7867bf52416b23f20200d (diff)
downloadaccel-ppp-45b3c9c5bdd896f51f47e29069e3c030ddb17d51.tar.gz
accel-ppp-45b3c9c5bdd896f51f47e29069e3c030ddb17d51.zip
merged branch accel-pptpd
Diffstat (limited to 'pptpd-1.3.3/debian/config')
-rw-r--r--pptpd-1.3.3/debian/config22
1 files changed, 0 insertions, 22 deletions
diff --git a/pptpd-1.3.3/debian/config b/pptpd-1.3.3/debian/config
deleted file mode 100644
index b7329342..00000000
--- a/pptpd-1.3.3/debian/config
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh -e
-# Rene Mayrhofer <rmayr@vianova.at>, Oct. 1999
-# I hereby put this script under the Artistic License.
-
-. /usr/share/debconf/confmodule.sh
-
-db_input high pptpd/localip
-db_input high pptpd/remoteip
-
-# ask if mppe encryption should be used
-db_input pptpd/mppe
-db_go
-
-# check the answer(s)
-db_get pptpd/mppe
-if [ "$RET" = "false" ]; then
- # display a warning
- db_input high pptpd/no-mppe
- db_go
-fi
-
-