CVS: moonbase/zbeta/xfree86-dev/init.d xfs,NONE,1.1

Florin Braescu florin at lunar-linux.org
Wed Dec 3 20:22:01 GMT 2003


Update of /var/cvs/lunar/moonbase/zbeta/xfree86-dev/init.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv7857/init.d

Added Files:
	xfs 
Log Message:
a developement snapshot of xfree86. it is intended to be compiled undex 2.6 kernels (although it will work under the others too).


--- NEW FILE: xfs ---
#!/bin/bash

#
# chkconfig: 5 60 40
# description: The X font server
# processname: /usr/X11/bin/xfs
# config: /etc/X11/fs/config
#

ARGS="-daemon -user nobody -config /etc/X11/fs/config"

[ -d /tmp/.font-unix ] && rm -rf /tmp/.font-unix

. /lib/lsb/init-functions





More information about the Lunar-commits mailing list