as per e1x.codewordt.co.uk use this to start elogin at boot
insert to file /etc/init.d/elogind:


#!/sbin/runscript 

# Copyright Andrew Elcock, 2003 

start() { 
        ebegin "Starting Elogind" 
        start-stop-daemon --start --quiet --pidfile \
                /var/run/elogind.pid --exec /usr/e17/sbin/elogind 
        eend $? 
} 

stop() { 
        ebegin "Stopping Elogind" 
        start-stop-daemon --stop --quiet --pidfile /var/run/elogind.pid 
        killall elogin 
        eend $? 
}

dunno if this should be part of elogin in CVS or not.. 
it works well for me :)

Enjoy,
Andy

-- 
Andrew Elcock <[EMAIL PROTECTED]>
Rectang.com



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to