@@ -9,3 +9,14 @@
#else
install_dir,
#endif
+--- ntop_defines.h.orig 2013-10-05 18:52:24.422196160 +0200
++++ ntop_defines.h 2013-10-05 18:52:43.654199150 +0200
+@@ -89,7 +89,7 @@
+ #define CONST_DEFAULT_CALLBACKS_DIR "scripts/callbacks"
+ #define CONST_DEFAULT_USERS_FILE "ntopng-users.conf"
+ #define CONST_DEFAULT_WRITABLE_DIR "/var/tmp"
+-#define CONST_DEFAULT_INSTALL_DIR "/usr/local/share/ntopng"
++#define CONST_DEFAULT_INSTALL_DIR "/usr/share/ntopng"
+ #define CONST_DEFAULT_NTOP_USER "nobody"
+
+ #define PAGE_NOT_FOUND "<html><head><title>ntop</title></head><body><center><img src=/img/warning.png> Page "%s" was not found</body></html>"
|