#! /bin/sh

. init-script-lib

case $1 in 
	start)
		fatal need filesystems
		fatal ldconfig
		;;
	stop)
		exit 0
		;;
esac
