https://bugzilla.novell.com/show_bug.cgi?id=405435 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=405435#c1 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Jason Record <jrecord@novell.com> 2008-07-03 16:11:33 MDT --- Fixed Index: trunk/scripts/supportconfig =================================================================== --- trunk/scripts/supportconfig (revision 7) +++ trunk/scripts/supportconfig (revision 8) @@ -1,7 +1,7 @@ #!/bin/bash -SVER=2.19-60 -SDATE="2008 06 13" +SVER=2.19-62 +SDATE="2008 07 03" ############################################################################## # supportconfig - Gathers system troubleshooting information for NTS. @@ -1028,6 +1028,13 @@ do test -e $i && conf_files $OF $i done + if [ -d /_admin/Manage_NSS ]; then + NSS_DIR="/_admin/Manage_NSS" + else + NSS_DIR="/admin/Manage_NSS" + fi + FILES="$NSS_DIR/BufferCache.xml $NSS_DIR/FileStats.xml $NSS_DIR/NameCache.xml $NSS_DIR/ObjectCache.xml $NSS_DIR/GeneralStats.xml" + conf_files $OF $FILES echolog Done else echolog Skipped -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.