whoops, my bad.  When a get some time, I'll give a look at getting
sandbox working....

On 10/7/06, Grobian <[EMAIL PROTECTED]> wrote:
On 06-10-2006 16:55:57 -0600, m h wrote:
> some configuration files aren't getting the contents prefixed...

You are lucky that you don't have sandbox...

> Index: rsync-2.6.8-r2.ebuild
> ===================================================================
> --- rsync-2.6.8-r2.ebuild       (revision 1770)
> +++ rsync-2.6.8-r2.ebuild       (working copy)
> @@ -63,9 +63,15 @@
>                dodoc NEWS OLDNEWS README TODO tech_report.tex
>                insinto /etc
>                doins "${FILESDIR}"/rsyncd.conf
> +
> +               #patch for PREFIX
> +               sed -e "s:pid file = /var/run/rsyncd.pid:pid file =
> ${EPREFIX}/var/run/rsyncd.pid:" -i ${EPREFIX}/etc/rsyncd.conf
> +

Please, don't EVER do this again!  Never change files outside of your
build root!  Sandbox would have killed you here.

> +                       #patch for PREFIX
> +                       sed -e "s: /usr/bin/rsync:
> ${EPREFIX}/usr/bin/rsync" -i ${EPREFIX}/etc/xinetd/rsyncd

Same here.

I fixed the rsync ebuild, differently, and in three places.  Thanks for
pointing out the ebuild wasn't respecting $EPREFIX.


--
Fabian Groffen
Gentoo on a different level
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to