help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MODULES] worked in 2.16 not 2.17


From: Predrag Zecevic - Solaris System Administrator
Subject: [MODULES] worked in 2.16 not 2.17
Date: Tue, 06 Jul 2004 17:27:08 +0200
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20040621

Hi,

I have (shell) module (for ages) which consist of 3 lines (never changed location of module):
------------------------------ <code> --
#!/bin/ksh
IP_ADDR=`/sbin/ifconfig -a | /usr/bin/grep 192 | /usr/bin/nawk '{print $2}'`
echo "=myLAN=${IP_ADDR}"
------------------------------ </code> --
which was used on SPARC Solaris 8 & 9 since cfEngine version from 2.0.1 up to 2.1.6. Recently I did update of cfEngine to 2.1.7 and it stopped to return value back ...

Did I missed something?

Regards ;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]