Both 'nis_scxb' and 'nis_pld' performs:
         rm -f /dev/shm/*

when OpenSAF is started. This is wrong because files from other packages can 
also live in this directory.

A simple solution would be to prefix the file name for all OpenSAF generated 
data files in this directory and only delete those:
        rm -f /dev/shm/opensaf_*

Regards,
Hans

_______________________________________________
Users mailing list
[email protected]
http://list.opensaf.org/maillist/listinfo/users

Reply via email to