[111821] trunk/dports/sysutils/sudo/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Oct 2 14:23:33 PDT 2013
On Oct 2, 2013, at 14:51, raimue at macports.org wrote:
> Revision: 111821
> https://trac.macports.org/changeset/111821
> Author: raimue at macports.org
> Date: 2013-10-02 12:51:50 -0700 (Wed, 02 Oct 2013)
> Log Message:
> -----------
> sysutils/sudo:
> Fix copying of configuration in post-activate
>
> Modified Paths:
> --------------
> trunk/dports/sysutils/sudo/Portfile
>
> Modified: trunk/dports/sysutils/sudo/Portfile
> ===================================================================
> --- trunk/dports/sysutils/sudo/Portfile 2013-10-02 19:31:35 UTC (rev 111820)
> +++ trunk/dports/sysutils/sudo/Portfile 2013-10-02 19:51:50 UTC (rev 111821)
> @@ -6,6 +6,7 @@
> name sudo
> epoch 1
> version 1.8.8
> +revision 1
> categories sysutils security
> license ISC
> maintainers nomaintainer
> @@ -56,7 +57,7 @@
>
> post-activate {
> if {![file exists ${prefix}/etc/sudoers]} {
> - copy ${destroot}${prefix}/etc/sudoers.dist ${prefix}/etc/sudoers
> + copy ${prefix}/etc/sudoers.dist ${prefix}/etc/sudoers
> }
> }
Oops, thank you, I wasn't paying attention.
More information about the macports-dev
mailing list