summaryrefslogtreecommitdiff
path: root/openwrt/package/pptp/files
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-05-20 18:58:04 +0000
committerNicolas Thill <nico@openwrt.org>2006-05-20 18:58:04 +0000
commita082460166d20b293298b100b39d76393d17d812 (patch)
treeed33cdf4b765f671263ca95e6b7be2b115435768 /openwrt/package/pptp/files
parent355c66c2b30baf9e07ce3b5132ab48f96bef5ef8 (diff)
downloadmtk-20170518-a082460166d20b293298b100b39d76393d17d812.zip
mtk-20170518-a082460166d20b293298b100b39d76393d17d812.tar.gz
mtk-20170518-a082460166d20b293298b100b39d76393d17d812.tar.bz2
remove superfluous checks in /var/lock creation.
SVN-Revision: 3808
Diffstat (limited to 'openwrt/package/pptp/files')
-rw-r--r--openwrt/package/pptp/files/ifup.pptp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pptp/files/ifup.pptp b/openwrt/package/pptp/files/ifup.pptp
index a9bc579..f401a36 100644
--- a/openwrt/package/pptp/files/ifup.pptp
+++ b/openwrt/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>&- >&-