Module: nagvis
Branch: master
Commit: 361170f6bd1a051dc100c4a144391c8b0dddc1ed
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=361170f6bd1a051dc100c4a144391c8b0dddc1ed

Author: LaMi <[email protected]>
Date:   Wed Mar 17 21:31:55 2010 +0100

Setting correct permissions on nagvis/etc directory

---

 install.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index 421a42c..5579dea 100755
--- a/install.sh
+++ b/install.sh
@@ -1460,16 +1460,15 @@ text
 line "Setting permissions..." "+"
 chown $WEB_USER:$WEB_GROUP $NAGVIS_PATH -R
 [ -f "$NAGVIS_PATH/$NAGVIS_CONF-sample" ]&&set_perm 664 
"$NAGVIS_PATH/$NAGVIS_CONF-sample"
+set_perm 775 "$NAGVIS_PATH/etc"
 set_perm 775 "$NAGVIS_PATH/etc/maps"
 set_perm 664 "$NAGVIS_PATH/etc/maps/*"
-# prior to 1.5.x
 if [ $NAGVIS_TAG -lt 01050000 ]; then
        set_perm 775 "$NAGVIS_PATH/nagvis/images/maps"
        set_perm 664 "$NAGVIS_PATH/nagvis/images/maps/*"
        set_perm 775 "$NAGVIS_PATH/nagvis/var"
        set_perm 664 "$NAGVIS_PATH/nagvis/var/*"
 else
-       # NagVis 1.5x has an own automaps dir
        set_perm 775 "$NAGVIS_PATH/etc/automaps"
        set_perm 664 "$NAGVIS_PATH/etc/automaps/*"
        set_perm 775 "$NAGVIS_PATH/share/userfiles/images/maps"


------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to