Date: Thu, 21 Feb 2013 03:24:55 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312701 - head/sysutils/ansible/files Message-ID: <201302210324.r1L3OtmE048241@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Thu Feb 21 03:24:54 2013 New Revision: 312701 URL: http://svnweb.freebsd.org/changeset/ports/312701 Log: - fix pkg-message notes Submitted by: maintainer, lifanov@mail.lifanov.com Modified: head/sysutils/ansible/files/pkg-message.in Modified: head/sysutils/ansible/files/pkg-message.in ============================================================================== --- head/sysutils/ansible/files/pkg-message.in Thu Feb 21 03:00:07 2013 (r312700) +++ head/sysutils/ansible/files/pkg-message.in Thu Feb 21 03:24:54 2013 (r312701) @@ -2,9 +2,9 @@ To use ansible, you need at least a host database. You can find a sample host database file in - %%EXAMPLESDIR%%/ansible.cfg + %%EXAMPLESDIR%%/hosts You can also find a sample configuration file in - %%EXAMPLESDIR%%/hosts + %%EXAMPLESDIR%%/ansible.cfg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210324.r1L3OtmE048241>