]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-scripts-BOOTPRIO.patch
- sorted verify() flags
[packages/rc-scripts.git] / rc-scripts-BOOTPRIO.patch
CommitLineData
dc9b3dca
AG
1Index: 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.035974 seconds and 4 git commands to generate.