>>>>> On Wed, 3 Aug 2005 15:04:26 +1000, "Nicolas Triantafillou" <[EMAIL 
>>>>> PROTECTED]> said:

    > classes/50-host-classes lines:
    >     sky-*)
    >         echo "SKY";;

    > # cat classes/SKY
    > BOOT MBR GRUB
    > NETWORK
    > DHCPC
    > XFREE
    > WINDOW_MANAGERS
    > CLUSTER
    > ALL
    > SKY 


In your script the echo command only defined the class SKY, but not
the classes listed in the file SKY! You can use the builtin fai
function catnc (cat no comments, a pipe of cat and grep for removing
comment lines) instead of echo. e.g: catnc SKY

But I also propose to use lowercase names for the file (sky instead of
SKY), to not mix up class names and file names.
-- 
regards Thomas

Reply via email to