OpenSM/osm_base.h: Change OSM_DEFAULT_TMP_DIR to /var/log for Linux Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
Index: include/opensm/osm_base.h =================================================================== --- include/opensm/osm_base.h (revision 9158) +++ include/opensm/osm_base.h (working copy) @@ -177,15 +177,14 @@ BEGIN_C_DECLS * * DESCRIPTION * Specifies the default temporary directory for the log file, subnet.lst -* and the other log files (with the exception of osm.log for Linux being -* in /var/log). +* and the other log files. * * SYNOPSIS */ #ifdef __WIN__ #define OSM_DEFAULT_TMP_DIR GetOsmTempPath() #else -#define OSM_DEFAULT_TMP_DIR "/tmp/" +#define OSM_DEFAULT_TMP_DIR "/var/log/" #endif /***********/ _______________________________________________ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general