diff options
author | lme <lme@FreeBSD.org> | 2018-01-02 17:22:30 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:17:33 +0800 |
commit | 12b67ef34ee33e5c0492ae008fa0b2482eb56e77 (patch) | |
tree | b784a8e5e249d12c054ea30a74ad6c7471ca62ac /net-mgmt | |
parent | 291ef11c0dab3a37b26e909f827a6b8714bfb0ee (diff) | |
download | freebsd-ports-gnome-12b67ef34ee33e5c0492ae008fa0b2482eb56e77.tar.gz freebsd-ports-gnome-12b67ef34ee33e5c0492ae008fa0b2482eb56e77.tar.zst freebsd-ports-gnome-12b67ef34ee33e5c0492ae008fa0b2482eb56e77.zip |
net-mgmt/icinga2:
Fix a typo in icinga2.in
Reported by: Stavros Patiniotis
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga2/files/icinga2.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icinga2/files/icinga2.in b/net-mgmt/icinga2/files/icinga2.in index 36eb5abdf103..b2b6a3033fa5 100644 --- a/net-mgmt/icinga2/files/icinga2.in +++ b/net-mgmt/icinga2/files/icinga2.in @@ -11,7 +11,7 @@ # icinga2_enable (bool): Set to "NO" by default. # Set it to "YES" to enable icinga2. # icinga2_flags (str): Set to "" by default. -# icinga2_configfile (str): Set to "%%PREFIX%%/etc/icinga2/icinga2.cfg" by default. +# icinga2_configfile (str): Set to "%%PREFIX%%/etc/icinga2/icinga2.conf" by default. # icinga2_mkvar (bool): Set to "NO" by default. # Set it to "YES" to have the rc script create all # directories in /var (needed when /var is on a ramdisk) |