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"