summaryrefslogtreecommitdiff
path: root/pptpd-1.3.3/debian/config
diff options
context:
space:
mode:
authorxeb <xeb@mail.ru>2009-06-17 00:56:34 +0400
committerxeb <xeb@mail.ru>2009-06-17 00:56:34 +0400
commitdf2441c834cf341d9b969dacc2dd8dac07cd588e (patch)
treeca0c7d8bade520ac35f5cd5c34dec54b136bd491 /pptpd-1.3.3/debian/config
downloadaccel-ppp-xebd-df2441c834cf341d9b969dacc2dd8dac07cd588e.tar.gz
accel-ppp-xebd-df2441c834cf341d9b969dacc2dd8dac07cd588e.zip
initial import
Diffstat (limited to 'pptpd-1.3.3/debian/config')
-rw-r--r--pptpd-1.3.3/debian/config22
1 files changed, 22 insertions, 0 deletions
diff --git a/pptpd-1.3.3/debian/config b/pptpd-1.3.3/debian/config
new file mode 100644
index 0000000..b732934
--- /dev/null
+++ b/pptpd-1.3.3/debian/config
@@ -0,0 +1,22 @@
+#!/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
+
+