]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-via.patch
- fixed my sed->awk modifications (now tested and work)
[packages/rc-scripts.git] / rc-scripts-via.patch
1 --- rc-scripts-0.3.1/rc.d/init.d/functions.network~     Wed Oct 30 16:39:15 2002
2 +++ rc-scripts-0.3.1/rc.d/init.d/functions.network      Wed Oct 30 16:39:15 2002
3 @@ -354,7 +354,7 @@
4                 if [ -n "${IPV6_GLOBALROUTEGW}" ]; then
5                     ip -6 route add 2000::/3 via ${IPV6_GLOBALROUTEGW} dev ${DEVICE} ${IP6SRCADDR}
6                 elif [ "${IPV6_GLOBALROUTEDEV}" = "${DEVICE}" ]; then
7 -                   ip -6 route add 2000::/3 via dev ${DEVICE} ${IP6SRCADDR}
8 +                   ip -6 route add 2000::/3 dev ${DEVICE} ${IP6SRCADDR}
9                 fi
10             fi
11          fi
This page took 0.053558 seconds and 3 git commands to generate.