diff options
Diffstat (limited to 'net-mgmt/nagios4/files/patch-sample-config__cgi.cfg.in')
-rw-r--r-- | net-mgmt/nagios4/files/patch-sample-config__cgi.cfg.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios4/files/patch-sample-config__cgi.cfg.in b/net-mgmt/nagios4/files/patch-sample-config__cgi.cfg.in new file mode 100644 index 000000000000..03a6dc83d6a9 --- /dev/null +++ b/net-mgmt/nagios4/files/patch-sample-config__cgi.cfg.in @@ -0,0 +1,11 @@ +--- sample-config/cgi.cfg.in.orig 2014-08-12 15:00:01 UTC ++++ sample-config/cgi.cfg.in +@@ -263,7 +263,7 @@ default_statuswrl_layout=4 + # OS and distribution, so you may have to tweak this to + # work on your system. + +-ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$ ++ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$ + + + |