Author: Lars Michelsen <[email protected]> Date: Mon Oct 17 08:48:51 2011 +0200 Committer: Lars Michelsen <[email protected]> Commit-Date: Mon Oct 17 08:48:51 2011 +0200
Bugfix: Installing offline docs correctly again --- ChangeLog | 3 +++ install.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62a9fb8..a81d08a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ 1.6rc3 +Installer + * Bugfix: Installing offline docs correctly again + Frontend * Bugfix: Fixed problem when editing the main configuration file diff --git a/install.sh b/install.sh index 82a4842..063fec5 100755 --- a/install.sh +++ b/install.sh @@ -1332,7 +1332,7 @@ copy "etc" "$NAGVIS_PATH" makedir "$NAGVIS_PATH/etc/profiles" copy "README" "$NAGVIS_PATH" copy "LICENCE" "$NAGVIS_PATH" -copy "docs" "$NAGVIS_PATH/share/docs" +copy "docs" "$NAGVIS_PATH/share/" "" "*/cleanup_new_notes.sh" cmp_js # Remove demo maps if desired ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
