Module: nagvis Branch: master Commit: 09ebed6bacfecdc63760d309f468d1047f08fe0f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=09ebed6bacfecdc63760d309f468d1047f08fe0f
Author: LaMi <[email protected]> Date: Sun Feb 28 16:57:09 2010 +0100 Fixed setting permissions of var/tmpl dir --- install.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install.sh b/install.sh index 81cc87f..589d4db 100755 --- a/install.sh +++ b/install.sh @@ -1460,6 +1460,7 @@ else set_perm 664 "$NAGVIS_PATH/share/userfiles/images/maps/*" set_perm 775 "$NAGVIS_PATH/var" set_perm 664 "$NAGVIS_PATH/var/*" + set_perm 775 "$NAGVIS_PATH/var/tmpl" set_perm 775 "$NAGVIS_PATH/var/tmpl/cache" set_perm 775 "$NAGVIS_PATH/var/tmpl/compile" set_perm 775 "$NAGVIS_PATH/share/var" ------------------------------------------------------------------------------ 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
