diff options
author | Maurice van der Pot <griffon26@gentoo.org> | 2005-10-17 19:15:48 +0000 |
---|---|---|
committer | Maurice van der Pot <griffon26@gentoo.org> | 2005-10-17 19:15:48 +0000 |
commit | 9a946cf0d41cc855b000fde07ccc11b80c9c4bf9 (patch) | |
tree | cdef020781d58a0adb9015f38a08c0b7ce40e421 /net-fs/coda/files | |
parent | version bump (diff) | |
download | historical-9a946cf0d41cc855b000fde07ccc11b80c9c4bf9.tar.gz historical-9a946cf0d41cc855b000fde07ccc11b80c9c4bf9.tar.bz2 historical-9a946cf0d41cc855b000fde07ccc11b80c9c4bf9.zip |
Removed old version and fixed bug #109482
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'net-fs/coda/files')
-rw-r--r-- | net-fs/coda/files/6.0.8/venus | 31 | ||||
-rw-r--r-- | net-fs/coda/files/digest-coda-6.0.8 | 1 |
2 files changed, 0 insertions, 32 deletions
diff --git a/net-fs/coda/files/6.0.8/venus b/net-fs/coda/files/6.0.8/venus deleted file mode 100644 index 40f821cc3add..000000000000 --- a/net-fs/coda/files/6.0.8/venus +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/6.0.8/venus,v 1.1 2004/12/27 19:06:19 griffon26 Exp $ - -depend() { - need net - after codasrv -} - -checkconfig() { - if ! /usr/sbin/codaconfedit venus.conf &>/dev/null; then - eerror "Please run venus-setup before starting the service..." - return 1 - fi -} - -start() { - checkconfig || return 1 - - ebegin "Starting venus" - start-stop-daemon --start --quiet --exec /usr/sbin/venus > /dev/null - eend $? -} - -stop() { - ebegin "Stopping venus" - start-stop-daemon --stop --quiet --exec /usr/sbin/venus - umount -l coda &>/dev/null - eend $? -} diff --git a/net-fs/coda/files/digest-coda-6.0.8 b/net-fs/coda/files/digest-coda-6.0.8 deleted file mode 100644 index 8ff770621c9f..000000000000 --- a/net-fs/coda/files/digest-coda-6.0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 a4c3cde27b0b6a28488412e94f6f3f6e coda-6.0.8.tar.gz 1536322 |