[package] move cd option to proper place, patch from Stefan Bethke.
authorFlorian Fainelli <florian@openwrt.org>
Sat, 31 Jul 2010 22:33:29 +0000 (22:33 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 31 Jul 2010 22:33:29 +0000 (22:33 +0000)
SVN-Revision: 22446

net/openvpn/Makefile
net/openvpn/files/openvpn.init

index 6172d7953d0b38dcf3657a21f8fde634bcbbea30..fe8c30623e70e1cd60469d976ce57b867363f09c 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openvpn
 PKG_VERSION:=2.1.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn
index bdf04133a3471d035d8165fbc16c491eab6aaa27..658498d5d8aa85a81f5356c9434ca044e04f170f 100644 (file)
@@ -81,7 +81,7 @@ start_service() {
 
        # append params
        append_params "$s" \
-               askpass auth auth_user_pass auth_user_pass_verify bcast_buffers ca cd cert \
+               cd askpass auth auth_user_pass auth_user_pass_verify bcast_buffers ca cert \
                chroot cipher client_config_dir client_connect config connect_freq \
                connect_retry connect_timeout connect_retry_max crl_verify dev dev_node dev_type dh \
                echo engine explicit_exit_notify fragment group hand_window hash_size \