From df2441c834cf341d9b969dacc2dd8dac07cd588e Mon Sep 17 00:00:00 2001 From: xeb Date: Wed, 17 Jun 2009 00:56:34 +0400 Subject: initial import --- pptpd-1.3.3/debian/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pptpd-1.3.3/debian/config (limited to 'pptpd-1.3.3/debian/config') 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 , 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 + + -- cgit v1.2.3