Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60170 | Differences between
and this patch

Collapse All | Expand All

(-)vpnclient.rc (+6 lines)
Lines 35-40 Link Here
35
                PC=/lib/modules/`uname -r`/CiscoVPN
35
                PC=/lib/modules/`uname -r`/CiscoVPN
36
        fi
36
        fi
37
37
38
        case "`uname -r`" in
39
                2.6.* | 2.5.*)
40
                        VPNMOD="${VPNMOD}.ko"
41
                ;;
42
        esac
43
									
38
        if [ -d $PC ] ; then
44
        if [ -d $PC ] ; then
39
                /sbin/insmod ${PC}/${VPNMOD} >/dev/null 2>&1
45
                /sbin/insmod ${PC}/${VPNMOD} >/dev/null 2>&1
40
                if [ "$?" != "0" ] ; then
46
                if [ "$?" != "0" ] ; then

Return to bug 60170