--- venus 2004-03-23 21:18:49.000000000 +0100 +++ venus-patched 2004-07-03 22:18:12.565159896 +0200 @@ -4,14 +4,7 @@ # $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/venus,v 1.1 2004/03/23 20:18:49 dragonheart Exp $ depend() { - need net codasrv -} - -checkconfig() { - if [ ! -e /var/lib/vice/hostname ] ; then - eerror "Please set up vice before starting the service..." - return 1 - fi + need net } start() { @@ -25,6 +18,6 @@ stop() { ebegin "Stopping venus" start-stop-daemon --stop --quiet --exec /usr/sbin/venus - umount -l /mnt/coda &>/dev/null + umount -l coda &>/dev/null eend $? }