--- nagios-grapher-1.6/configure 2006-06-09 16:55:52.000000000 +0200 +++ nagios-grapher-1.6-r1/configure 2006-06-19 09:43:44.000000000 +0200 @@ -1492,7 +1492,7 @@ s/^#.*$//m; s/^\s+//gim; s/\s+$/\n/gim; - s/\+$/\/nagios_grapher/gim; + s/\+$/\/nagios-grapher/gim; # m4 will not let us just use $srcdir/config.layout, we need $1 s/^\s*(nagios_config|ng_config_sub|nagios_config_cgi|nagios_images|nagios_images_logos|nagios_folder_cgi|perl_inc|nagios_contribution|ng_config|ng_daemon|ng_srvext_dir|ng_rrd)\s*:\s*(.*)$/$1=$2/gim; s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\$$1" = "xNONE" || test "x\$$1" = "x") && $1=$2/gim; @@ -1901,7 +1901,7 @@ #AC_ARG_WITH(ng-dir-daemon, # AC_HELP_STRING([--with-ng-dir-daemon=DIR], [the folder for the daemon data]), # NG_DAEMON=$withval, -# NG_DAEMON=/usr/local/nagios/var/nagios_grapher +# NG_DAEMON=/usr/local/nagios/var/nagios-grapher #) #AC_SUBST(NG_DAEMON) @@ -2002,7 +2002,7 @@ NG_SRVEXT_DIR=${exp_ng_srvext_dir} -NG_INTERFACE_PIPE=${exp_interface_pipe} +NG_INTERFACE_PIPE=${exp_ng_interface_pipe} NG_LOGFILE=${exp_ng_logfile} @@ -2010,7 +2010,7 @@ # GENERATE THE FILES ... - ac_config_files="$ac_config_files Makefile NagiosGrapher.pm nagios_grapher cfg/ngraph.ncfg" + ac_config_files="$ac_config_files Makefile NagiosGrapher.pm nagios-grapher cfg/ngraph.ncfg" cat >confcache <<\_ACEOF @@ -2566,7 +2566,7 @@ # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "NagiosGrapher.pm" ) CONFIG_FILES="$CONFIG_FILES NagiosGrapher.pm" ;; - "nagios_grapher" ) CONFIG_FILES="$CONFIG_FILES nagios_grapher" ;; + "nagios-grapher" ) CONFIG_FILES="$CONFIG_FILES nagios-grapher" ;; "cfg/ngraph.ncfg" ) CONFIG_FILES="$CONFIG_FILES cfg/ngraph.ncfg" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}