]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-BOOTPRIO.patch
- sorted verify() flags
[packages/rc-scripts.git] / rc-scripts-BOOTPRIO.patch
1 Index: rc.d/init.d/network
2 ===================================================================
3 --- rc.d/init.d/network (wersja 5382)
4 +++ rc.d/init.d/network (wersja 5884)
5 @@ -121,6 +121,7 @@
6  if [ -n "$(grep "^BOOTPRIO=" /etc/sysconfig/interfaces/ifcfg* 2> /dev/null)" ]; then
7         interfaces_boot=$(( \
8                 . /etc/rc.d/init.d/functions; \
9 +               cd /etc/sysconfig/interfaces; \
10                 egrep 'BOOTPRIO' ifcfg* | sort -t= -n -k2,2 | \
11                 awk ' { gsub(/:BOOTPRIO.*/,NIL); print $0 } '| egrep -v 'ifcfg-lo' | \
12                 for i in `cat`; do \
This page took 0.02825 seconds and 3 git commands to generate.