Hi, quick patch to fix the modules detection from the modules.conf file... before: $ awk '/^[[:blank:]]*[[:alpha:]]/{ if ($3 == "module") print $1 }' policy/modules.conf (no result) after: $ awk '/^[[:blank:]]*[[:alpha:]]*/{ if ($3 == "module") print $1 }' policy/modules.conf apm apache bluetooth Cheers. J. -- Johan Fischer Capital Markets CRC Limited Level 2, 9 Castlereagh Street, Sydney NSW 2000 Tel: +61 2 9233 7999 Direct: +61 2 9236 9150 Fax: +61 2 9236 9177 http://www.cmcrc.com Capital Markets CRC Ltd (CMCRC) - Confidential Communication The information contained in this e-mail is confidential. It is intended solely for the addressee. If you receive this e-mail by mistake please promptly inform us by reply e-mail and then delete the e-mail and destroy any printed copy. You must not disclose or use in any way the information in the e-mail. There is no warranty that this e-mail is error or virus free. It may be a private communication, and if so, does not represent the views of the CMCRC and its associates. If it is a private communication, care should be taken in opening it to ensure that undue offence is not given.