summaryrefslogtreecommitdiff
blob: 98f19a604c4e2325ce665f35fd52d809e4855d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/runscript
 
depend() {
    before local xdm
}
 
start() {
    ebegin "Creating X Configuration"
    /usr/sbin/mkxf86config.sh
	eend $?
}