Parent Directory
|
Revision Log
Initial x-setup init script added.
| 1 | #!/sbin/runscript |
| 2 | # Copyright 1999-2004 Gentoo Foundation |
| 3 | # Distributed under the terms of the GNU General Public License v2 |
| 4 | # $Header: /var/cvsroot/gentoo/src/livecd-tools/x-setup.init,v 1.1 2005/02/04 13:46:11 wolf31o2 Exp $ |
| 5 | |
| 6 | depend() { |
| 7 | after local |
| 8 | before xdm |
| 9 | need mkxf86config |
| 10 | } |
| 11 | |
| 12 | start() { |
| 13 | ebegin "Configuring OpenGL" |
| 14 | /usr/sbin/x-setup |
| 15 | eend $? |
| 16 | } |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |