Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On 01/03/2011 04:38 PM, Kfir Lavi wrote:
> Hi,
> I would like to adapt my script that I run in the post install section
> inside an ebuild, to source some functions like elog and such.
>
> Is it possible?
>
> Regards,
> Kfir
I don't know about elog, but you can get einfo with:
#!/bin/bash
. /etc/init.d/functions.sh
einfo "foobar"
|
|