On 03/25/2012 06:45 PM, Scott Talbert wrote:
> @@ -22,11 +24,14 @@ check_nm() {
>  if [ "$ACTION" = "add" ]; then
>      check_nm
>      if [ "$?" -eq 1 ]; then
> +     echo "NetworkManager found running." >>$LOG

tabs -> spaces, please.

>          COUNT=0
>          while [ "$COUNT" -lt "$NM_WAIT_COUNT" ]; do
> +         echo "Waiting for NetworkManager." >>$LOG

same.

>              $NMCLI -t -f DEVICE,STATE dev \
>                  | grep "^${INTERFACE}\:connecting" >>$LOG 2>&1
>              if [ "$?" = "0" ]; then
> +             echo "Disconnecting $INTERFACE via NetworkManager." >>$LOG

Same.

Other than that, looks great.

-- 
Phil Dibowitz                             p...@ipom.com
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't matter
 and those who matter don't mind."
 - Dr. Seuss


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to