summaryrefslogtreecommitdiffstats
path: root/package/pptp/files/ifup.pptp
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-24 09:50:24 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-24 09:50:24 +0000
commit3830e0d317c429f3770f6c36977cb6984d102602 (patch)
treed02ef6819b7e95a1ff662e9b269077487c2346cc /package/pptp/files/ifup.pptp
parentc343b9656f9a548aa0323dabb725b9e2274847bb (diff)
sync pptp with trunk, remove Config.in and ipkg not needed anymore.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3828 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptp/files/ifup.pptp')
-rw-r--r--package/pptp/files/ifup.pptp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/files/ifup.pptp b/package/pptp/files/ifup.pptp
index a9bc579b5..f401a36b2 100644
--- a/package/pptp/files/ifup.pptp
+++ b/package/pptp/files/ifup.pptp
@@ -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>&- >&-