[Initng] absoulote paths problems !?

Thomas Kear thomas.kear at gmail.com
Fri Feb 9 10:37:02 CET 2007


This is done correctly on my gentoo (amd64) system.  The ifile processor 
(install_service) should take care of this, using the @binary@ syntax.

$ cat /etc/initng/daemon/dbus.i
#!/sbin/itype
# This is a i file, used by initng parsed by install_service

# NAME: D-Bus
# DESCRIPTION: Application communication framework
# WWW: http://dbus.freedesktop.org/

daemon daemon/dbus {
        need = system/bootmisc;
        forks;
        pid_file = /var/run/dbus.pid;
        exec daemon = /usr/bin/dbus-daemon --system --fork;
}

--Thomas

On Fri, 09 Feb 2007, Mohammed Hagag wrote:
> some ifiles contains worng exec paths like udev ifile and 2 other
> ifiles that i really don't remeber.
> should we use `which DAEMON` or just use DAEMON instead of the full path ?
>
> i'm using gentoo & the dbus-daemon not in /bin/ folder but in /usr/bin/ .
>
> --
> Mohamed M. Hagag
> محمد محمود حجاج
> http://bintoo.sf.net/drpl/
> http://mohamedhagag.wordpress.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://jw.dyndns.org/pipermail/initng/attachments/20070209/c2d4b89a/attachment.pgp 


More information about the Initng mailing list