Changeset 26587 for ipk/source.sh4/network_openvpn/_path_
- Timestamp:
- Mar 1, 2014, 1:11:45 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/network_openvpn/_path_/etc/openvpn.sh
r24529 r26587 17 17 fi 18 18 19 #if ( !(lsmod | grep -q "tun") ); then20 #if [ -e /lib/modules/tun.ko ]; then19 if ( !(lsmod | grep -q "tun") ); then 20 if [ -e /lib/modules/tun.ko ]; then 21 21 insmod /lib/modules/tun.ko 22 #elif [ -e /var/lib/modules/tun.ko ]; then23 #insmod /var/lib/modules/tun.ko24 #elif [ -e _path_/lib/modules/tun.ko ]; then25 #insmod _path_/lib/modules/tun.ko26 #fi27 #fi22 elif [ -e /var/lib/modules/tun.ko ]; then 23 insmod /var/lib/modules/tun.ko 24 elif [ -e _path_/lib/modules/tun.ko ]; then 25 insmod _path_/lib/modules/tun.ko 26 fi 27 fi 28 28 /lib/ld-linux.so.2 --library-path _path_/lib $DAEMON --daemon --writepid /var/run/openvpn.$NAME.pid \ 29 29 --config $CONFIG_DIR/$NAME.conf --cd $CONFIG_DIR || echo -n " FAILED->"
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)