LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] bloody redhat network init scripts (and regex's)

[ILUG] bloody redhat network init scripts (and regex's)

Kevin O Riordan koriordan at compsoc.com
Mon Jul 9 21:31:12 IST 2001


Here's my effort:

  interfaces=<the original ls ifcfg-* | egrep | egrep | sed thingy>
  
  if [ -n "$ORDERED_INTERFACES" ]; then
    for i in $ORDERED_INTERFACES; do
      action "Bringing up interface $i, in order " ./ifup $i boot
    done
    for i in $interfaces; do
        if echo "$ORDERED_INTERFACES" | grep -v "$i" >/dev/null 2>&1 ; then
          action "Bringing up interface $i " ./ifup $i boot
        fi
    done
  else
    for i in $interfaces; do
      action "Bringing up interface $i " ./ifup $i boot
    done
  fi 

After a gander thru /etc/rc.d/network & /etc/rc.d/functions, I figgered
it best not to check for an ifcfg- file.  That way the 'action ... ifup'
will fail and be logged in a way consistent with redhats' scripts.

Mebbe I'm wrong, but I reckon folk clueful enough to go editing the
(proposed) $ORDERED_INTERFACES variable would instinctively check the
relevant ifcfg- file as part of investigating an ifup failure.

Anyone ?
-kev




More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell