Magellan Linux

Annotation of /trunk/xbmc/autologinxbmc.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 989 - (hide annotations) (download)
Sun Feb 28 17:45:58 2010 UTC (14 years, 2 months ago) by niro
File MIME type: text/plain
File size: 98 byte(s)
-files and settings for xbmc

1 niro 989 /* basic autologin helper for xbmc */
2    
3     int main() {
4     execlp("login", "login", "-f", "xbmc", 0);
5     }