From: florian 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://207.154.207.93/?a=commitdiff_plain;h=cfd883e91d8fb60bdfc8e50e204c5165efe016d7;p=packages.git [package] move cd option to proper place, patch from Stefan Bethke. git-svn-id: svn://svn.openwrt.org/openwrt/packages@22446 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 6172d7953..fe8c30623 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 bdf04133a..658498d5d 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 \