summaryrefslogtreecommitdiffstats
path: root/package/pptpd/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 00:03:33 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 00:03:33 +0000
commitc27332b1e82ebc71a818c069b6a903e4425d62bd (patch)
tree92ae4f2e901f0bc9b14240fa3e955bdf4ef7623c /package/pptpd/ipkg
parent1827dd39e4ef9f2fdf6594029bf1d920c75ede5b (diff)
Convert pptpd to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptpd/ipkg')
-rw-r--r--package/pptpd/ipkg/CONTROL/conffiles2
-rw-r--r--package/pptpd/ipkg/etc/ppp/pptp-server-options23
-rw-r--r--package/pptpd/ipkg/etc/pptpd.conf5
-rw-r--r--package/pptpd/ipkg/pptpd.conffiles2
-rw-r--r--package/pptpd/ipkg/pptpd.control7
5 files changed, 9 insertions, 30 deletions
diff --git a/package/pptpd/ipkg/CONTROL/conffiles b/package/pptpd/ipkg/CONTROL/conffiles
deleted file mode 100644
index 34a387ba4..000000000
--- a/package/pptpd/ipkg/CONTROL/conffiles
+++ /dev/null
@@ -1,2 +0,0 @@
-/etc/ppp/pptp-server-options
-/etc/pptpd.conf
diff --git a/package/pptpd/ipkg/etc/ppp/pptp-server-options b/package/pptpd/ipkg/etc/ppp/pptp-server-options
deleted file mode 100644
index 5dd2daf79..000000000
--- a/package/pptpd/ipkg/etc/ppp/pptp-server-options
+++ /dev/null
@@ -1,23 +0,0 @@
-#debug
-#logfile /tmp/pptp-server.log
-172.16.1.1:
-auth
-name "pptp-server"
-lcp-echo-failure 3
-lcp-echo-interval 60
-default-asyncmap
-mtu 1482
-mru 1482
-nobsdcomp
-nodeflate
-#noproxyarp
-#nomppc
-mppe required,no40,no56,stateless
-require-mschap-v2
-refuse-chap
-refuse-mschap
-refuse-eap
-refuse-pap
-#ms-dns 172.16.1.1
-#plugin radius.so
-#radius-config-file /etc/radius.conf
diff --git a/package/pptpd/ipkg/etc/pptpd.conf b/package/pptpd/ipkg/etc/pptpd.conf
deleted file mode 100644
index e9ac115c7..000000000
--- a/package/pptpd/ipkg/etc/pptpd.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-#debug
-option /etc/ppp/pptp-server-options
-speed 115200
-stimeout 10
-#localip & remoteip are not needed, ip management is done by pppd
diff --git a/package/pptpd/ipkg/pptpd.conffiles b/package/pptpd/ipkg/pptpd.conffiles
new file mode 100644
index 000000000..c5afda91f
--- /dev/null
+++ b/package/pptpd/ipkg/pptpd.conffiles
@@ -0,0 +1,2 @@
+/etc/ppp/options.pptpd
+/etc/pptpd.conf
diff --git a/package/pptpd/ipkg/pptpd.control b/package/pptpd/ipkg/pptpd.control
new file mode 100644
index 000000000..7d0a19bd3
--- /dev/null
+++ b/package/pptpd/ipkg/pptpd.control
@@ -0,0 +1,7 @@
+Package: pptpd
+Priority: optional
+Section: net
+Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
+Source: buildroot internal
+Description: a Point-to-Point Tunneling Protocol (PPTP) server
+Depends: ppp, kmod-gre