Date: Mon, 13 Oct 2014 22:30:45 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370826 - head/sysutils/lookat Message-ID: <201410132230.s9DMUjaC011256@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Oct 13 22:30:45 2014 New Revision: 370826 URL: https://svnweb.freebsd.org/changeset/ports/370826 QAT: https://qat.redports.org/buildarchive/r370826/ Log: Use @sample for config file installation Modified: head/sysutils/lookat/pkg-plist Modified: head/sysutils/lookat/pkg-plist ============================================================================== --- head/sysutils/lookat/pkg-plist Mon Oct 13 22:26:54 2014 (r370825) +++ head/sysutils/lookat/pkg-plist Mon Oct 13 22:30:45 2014 (r370826) @@ -1,5 +1,3 @@ bin/lookat -@unexec if cmp -s %D/etc/lookat.conf.sample %D/etc/lookat.conf; then rm -f %D/etc/lookat.conf; fi -etc/lookat.conf.sample -@exec if [ ! -f %D/etc/lookat.conf ] ; then cp -p %D/%F %B/lookat.conf; fi +@sample etc/lookat.conf.sample man/man1/lookat.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410132230.s9DMUjaC011256>