From: Florian Fainelli Date: Sat, 31 Jul 2010 22:33:29 +0000 (+0000) Subject: [package] move cd option to proper place, patch from Stefan Bethke. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a3dc96e613ec78135b05fc90d623f58c78c89b93;p=openwrt%2Fsvn-archive%2Farchive.git [package] move cd option to proper place, patch from Stefan Bethke. SVN-Revision: 22446 --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 6172d7953d..fe8c30623e 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -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 diff --git a/net/openvpn/files/openvpn.init b/net/openvpn/files/openvpn.init index bdf04133a3..658498d5d8 100644 --- a/net/openvpn/files/openvpn.init +++ b/net/openvpn/files/openvpn.init @@ -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 \