Parent Directory
|
Revision Log
Removed all of the CVS-based headers and added /sbin/udevtrigger to the coldplug section of autoconfig, which should allow us to have coldplug-like functionality with newer udev versions.
| 1 | #!/sbin/runscript |
| 2 | |
| 3 | depend() { |
| 4 | before xdm local |
| 5 | need mkxf86config |
| 6 | } |
| 7 | |
| 8 | start() { |
| 9 | ebegin "Configuring OpenGL" |
| 10 | /usr/sbin/x-setup |
| 11 | eend $? |
| 12 | } |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |