bf8fade879
change how patches are done in case any flavour-independent patches are needed
16 lines
581 B
Plaintext
16 lines
581 B
Plaintext
$OpenBSD: nagios-bin_icli,v 1.2 2012/04/21 11:51:30 sthen Exp $
|
|
--- bin/icli.orig Wed Apr 18 01:12:00 2012
|
|
+++ bin/icli Wed Apr 18 01:12:16 2012
|
|
@@ -17,8 +17,8 @@ use Term::Size;
|
|
|
|
my ( $cache, $config, $data, $extra );
|
|
-my $config_file = '/var/cache/icinga/objects.cache';
|
|
-my $status_file = '/var/lib/icinga/status.dat';
|
|
-my $rw_file = '/var/lib/icinga/rw/icinga.cmd';
|
|
+my $config_file = '/var/nagios/objects.cache';
|
|
+my $status_file = '/var/nagios/status.dat';
|
|
+my $rw_file = '/var/nagios/rw/nagios.cmd';
|
|
my $context;
|
|
my $colours = 1;
|
|
my $list_type = 's';
|