diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-30 20:16:52 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-30 20:16:52 +0000 |
commit | 9e065cf35e4e6cda776aa019e8b06dd769bfc119 (patch) | |
tree | 8fe6d80a1381718fd105799d75503d0121b2cf64 /net-p2p/yaggui/files | |
parent | Fixed parenthesising of date (diff) | |
download | historical-9e065cf35e4e6cda776aa019e8b06dd769bfc119.tar.gz historical-9e065cf35e4e6cda776aa019e8b06dd769bfc119.tar.bz2 historical-9e065cf35e4e6cda776aa019e8b06dd769bfc119.zip |
initial import
Diffstat (limited to 'net-p2p/yaggui/files')
-rw-r--r-- | net-p2p/yaggui/files/digest-yaggui-0.9 | 1 | ||||
-rw-r--r-- | net-p2p/yaggui/files/yaggui.sh | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/yaggui/files/digest-yaggui-0.9 b/net-p2p/yaggui/files/digest-yaggui-0.9 new file mode 100644 index 000000000000..1a13adf4d5b1 --- /dev/null +++ b/net-p2p/yaggui/files/digest-yaggui-0.9 @@ -0,0 +1 @@ +MD5 84132a78a0980527e254970e91ad6552 Yaggui-0.9-src.zip 297620 diff --git a/net-p2p/yaggui/files/yaggui.sh b/net-p2p/yaggui/files/yaggui.sh new file mode 100644 index 000000000000..13f3bbb05515 --- /dev/null +++ b/net-p2p/yaggui/files/yaggui.sh @@ -0,0 +1,19 @@ +#!/bin/bash +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/yaggui/files/yaggui.sh,v 1.1 2004/08/30 20:16:52 squinky86 Exp $ + +if [ ! "$(ps -A | grep -e giftd)" ] +then + echo "Error! Unable to find giFT daemon!" + echo "Attempting to start the giFT daemon..." + giftd > /dev/null & + if [ ! "$(ps -A | grep -e giftd)" ] + then + echo "Could not start the giFT daemon! Continuing to load Yaggui..." + else + echo "giFT daemon started, continuing to load Yaggui..." + fi +fi + +java -jar /usr/share/yaggui/lib/Yaggui.jar |