Date: Tue, 2 Jan 2018 09:22:30 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457839 - head/net-mgmt/icinga2/files Message-ID: <201801020922.w029MUsi059566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Tue Jan 2 09:22:30 2018 New Revision: 457839 URL: https://svnweb.freebsd.org/changeset/ports/457839 Log: net-mgmt/icinga2: Fix a typo in icinga2.in Reported by: Stavros Patiniotis Modified: head/net-mgmt/icinga2/files/icinga2.in Modified: head/net-mgmt/icinga2/files/icinga2.in ============================================================================== --- head/net-mgmt/icinga2/files/icinga2.in Tue Jan 2 09:02:21 2018 (r457838) +++ head/net-mgmt/icinga2/files/icinga2.in Tue Jan 2 09:22:30 2018 (r457839) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801020922.w029MUsi059566>