svn commit: r323771 - in head/security/trousers: . files
Antoine Brodin
antoine at freebsd.org
Wed Jul 31 12:22:39 UTC 2013
On Sat, Jul 27, 2013 at 4:24 AM, Hiroki Sato <hrs at freebsd.org> wrote:
> Author: hrs
> Date: Sat Jul 27 04:24:14 2013
> New Revision: 323771
> URL: http://svnweb.freebsd.org/changeset/ports/323771
>
> Log:
> Update to 0.3.10.
[snip]
> Modified: head/security/trousers/pkg-plist
> ==============================================================================
> --- head/security/trousers/pkg-plist Sat Jul 27 03:39:55 2013 (r323770)
> +++ head/security/trousers/pkg-plist Sat Jul 27 04:24:14 2013 (r323771)
> @@ -1,6 +1,5 @@
> @comment $FreeBSD$
> @unexec cmp -s %D/etc/tcsd.conf %D/%%EXAMPLESDIR%%/tcsd.conf && rm -f %D/etc/tcsd.conf || true
> -%%EXAMPLESDIR%%/tcsd.conf
> @exec [ -f %D/etc/tcsd.conf ] || cp -p %B/%f %D/etc/tcsd.conf
I think something is wrong, with the %%EXAMPLESDIR%%/tcsd.conf line
removed, %B no longer expands correctly anymore.
Also, what happens if the users choose to not install EXAMPLES?
Cheers,
Antoine
More information about the svn-ports-head
mailing list