Module: nagvis Branch: master Commit: 131ce96254f224526bda4c11077e851e0900d4fd URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=131ce96254f224526bda4c11077e851e0900d4fd
Author: LaMi <[email protected]> Date: Sat Mar 13 16:24:12 2010 +0100 Uncommenting sesscookiepath during cross path update --- install.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/install.sh b/install.sh index ef0a01a..9d1991c 100755 --- a/install.sh +++ b/install.sh @@ -1393,6 +1393,11 @@ if [ "$INSTALLER_ACTION" = "update" -a "$NAGVIS_VER_OLD" != "UNKNOWN" -a "$INSTA DONE=`log "Uncommenting htmlbase path during cross-path update..." done` sed -i 's/^htmlbase=\(.*\)$/;htmlbase=\1/g' $NAGVIS_PATH/etc/nagvis.ini.php chk_rc "| Error" "$DONE" + + DONE=`log "Uncommenting sesscookiepath during cross-path update..." done` + sed -i 's/^sesscookiepath=\(.*\)$/;sesscookiepath=\1/g' $NAGVIS_PATH/etc/nagvis.ini.php + chk_rc "| Error" "$DONE" + fi DONE=`log "Removing usegdlibs option from main config..." done` ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
