Parent Directory
|
Revision Log
Fixed net-setup and x-setup and also updated headers on all files.
| 1 | wolf31o2 | 37 | #!/sbin/runscript |
| 2 | wolf31o2 | 44 | # Copyright 1999-2005 Gentoo Foundation |
| 3 | wolf31o2 | 37 | # Distributed under the terms of the GNU General Public License v2 |
| 4 | wolf31o2 | 44 | # $Header: /var/cvsroot/gentoo/src/livecd-tools/x-setup.init,v 1.3 2005/03/01 18:13:51 wolf31o2 Exp $ |
| 5 | wolf31o2 | 37 | |
| 6 | depend() { | ||
| 7 | wolf31o2 | 38 | before xdm local |
| 8 | wolf31o2 | 37 | need mkxf86config |
| 9 | } | ||
| 10 | |||
| 11 | start() { | ||
| 12 | ebegin "Configuring OpenGL" | ||
| 13 | /usr/sbin/x-setup | ||
| 14 | eend $? | ||
| 15 | } |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |