sync ppp with trunk and convert it to -ng.
[openwrt/svn-archive/archive.git] / openwrt / package / ppp / files / ifup.pppoa
index 277266c0f5f79149926898dbb3c25925a1294479..f78a162ce517145df1f28370be181ba6714ce702 100644 (file)
@@ -9,6 +9,8 @@ eval "proto=\"\${${type}_proto}\""
        exit
 }
 
+mkdir -p /var/lock
+
 for module in slhc ppp_generic pppoatm; do
        /sbin/insmod $module 2>&- >&-
 done