sync pptp with trunk, remove Config.in and ipkg not needed anymore.
authorNicolas Thill <nico@openwrt.org>
Wed, 24 May 2006 09:50:24 +0000 (09:50 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 24 May 2006 09:50:24 +0000 (09:50 +0000)
SVN-Revision: 3828

openwrt/package/pptp/Config.in [deleted file]
openwrt/package/pptp/files/ifup.pptp
openwrt/package/pptp/ipkg/pptp.conffiles [deleted file]
openwrt/package/pptp/ipkg/pptp.control [deleted file]

diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in
deleted file mode 100644 (file)
index 425473a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-config PACKAGE_PPTP
-       prompt "pptp.............................. PPTP (Point-to-Point Tunneling Protocol) client"
-       tristate
-       default m if DEVEL
-       select PACKAGE_KMOD_GRE
-       select PACKAGE_PPP
-       help
-         A Point-to-Point Tunneling Protocol Client 
-         
-         http://pptpclient.sourceforge.net/
-
index a9bc579b5697830669402f7e9251583f36b2a10f..f401a36b2fa6e88aacc6845c48d8b6d762bce73f 100644 (file)
@@ -9,7 +9,7 @@ eval "proto=\"\${${type}_proto}\""
        exit
 }
 
-[ -d "/var/lock" ] || mkdir -p /var/lock || exit 1
+mkdir -p /var/lock
 
 for module in slhc ppp_generic ppp_async ip_gre; do
        /sbin/insmod $module 2>&- >&-
diff --git a/openwrt/package/pptp/ipkg/pptp.conffiles b/openwrt/package/pptp/ipkg/pptp.conffiles
deleted file mode 100644 (file)
index 136db31..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/ppp/options.pptp
\ No newline at end of file
diff --git a/openwrt/package/pptp/ipkg/pptp.control b/openwrt/package/pptp/ipkg/pptp.control
deleted file mode 100644 (file)
index e582c62..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: pptp
-Priority: optional
-Section: net
-Description: a Point-to-Point Tunneling Protocol (PPTP) client
-Depends: ppp, kmod-gre