diff options
author | lme <lme@FreeBSD.org> | 2018-01-02 17:22:30 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2018-01-02 17:22:30 +0800 |
commit | 40bbc2803a1a513536fc2a897cd041d3820a89f4 (patch) | |
tree | 1256bd3b373fd09ccc5f89218f70d7370cbd6981 /net-mgmt | |
parent | 756b621d2b1fca659db667083d1b7e045c80eb8d (diff) | |
download | freebsd-ports-gnome-40bbc2803a1a513536fc2a897cd041d3820a89f4.tar.gz freebsd-ports-gnome-40bbc2803a1a513536fc2a897cd041d3820a89f4.tar.zst freebsd-ports-gnome-40bbc2803a1a513536fc2a897cd041d3820a89f4.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) |