]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-bootproto.patch
- patch to understand BOOTPROTO=static properly
[packages/rc-scripts.git] / rc-scripts-bootproto.patch
1 Index: ifup
2 ===================================================================
3 --- ./sysconfig/network-scripts/ifup    (revision 5367)
4 +++ ./sysconfig/network-scripts/ifup    (working copy)
5 @@ -107,7 +107,7 @@
6         exit 0
7  fi
8  
9 -if [ -n "$BOOTPROTO" -a "$BOOTPROTO" != "none" ]; then
10 +if [ -n "$BOOTPROTO" -a "$BOOTPROTO" != "none" -a "$BOOTPROTO" != "static" ]; then
11  
12      if is_yes "$IPV4_NETWORKING"; then
13         if [ "$BOOTPROTO" = "bootp" -o "$BOOTPROTO" = "pump" ]; then
This page took 0.043748 seconds and 3 git commands to generate.