Module: nagvis Branch: master Commit: 5355b378629ad9087b4b56b54e15c10747845fe9 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=5355b378629ad9087b4b56b54e15c10747845fe9
Author: Lars Michelsen <[email protected]> Date: Sun Feb 6 23:31:39 2011 +0100 The installer preserves the user profiles now --- install.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/install.sh b/install.sh index 4c6b1e0..d818e3a 100755 --- a/install.sh +++ b/install.sh @@ -1472,6 +1472,9 @@ if [ "$INSTALLER_ACTION" = "update" -a "$NAGVIS_VER_OLD" != "UNKNOWN" ]; then LINE="Restoring custom automap configuration files..." copy "\/(__automap\.cfg)$" "etc/automaps" "automap configuration files" + LINE="Restoring user configuration files..." + copy "" "etc/profiles" "user configuration files" + LINE="Restoring custom map images..." copy "\/nagvis-demo\.png$" "$USERFILES_DIR/images/maps" "map image files" ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
