Parent Directory
|
Revision Log
Added init script, fixed Makefile and added dump function.
| 1 | #!/sbin/runscript |
| 2 | # Copyright 1999-2005 Gentoo Foundation |
| 3 | # Distributed under the terms of the GNU General Public License v2 |
| 4 | # $Header: $ |
| 5 | |
| 6 | start() { |
| 7 | ebegin "Xorgautoconfig is configuring X.org" |
| 8 | start-stop-daemon --start --quiet --exec /usr/sbin/Xorgautoconfig -- --quiet |
| 9 | eend $? |
| 10 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |