summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-12-17 19:47:02 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-12-17 19:47:02 +0000
commit764f0e4862ee9bf3f528ee8f5790bc634e507348 (patch)
tree1c947b7698dedf89fda4d3d80402089110d83fe9 /net-p2p/gnunet/files
parentVersion bump, remove old (diff)
downloadhistorical-764f0e4862ee9bf3f528ee8f5790bc634e507348.tar.gz
historical-764f0e4862ee9bf3f528ee8f5790bc634e507348.tar.bz2
historical-764f0e4862ee9bf3f528ee8f5790bc634e507348.zip
Version bump wrt #199891
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'net-p2p/gnunet/files')
-rw-r--r--net-p2p/gnunet/files/digest-gnunet-0.7.2c3
-rw-r--r--net-p2p/gnunet/files/gnunet-29
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/gnunet/files/digest-gnunet-0.7.2c b/net-p2p/gnunet/files/digest-gnunet-0.7.2c
new file mode 100644
index 000000000000..7d5154c279c9
--- /dev/null
+++ b/net-p2p/gnunet/files/digest-gnunet-0.7.2c
@@ -0,0 +1,3 @@
+MD5 46bed9fee10a241963455a013a62d61c GNUnet-0.7.2c.tar.bz2 1438415
+RMD160 07de80c337fe347dc7ffaae35042eb7fb8e5c5da GNUnet-0.7.2c.tar.bz2 1438415
+SHA256 d8bca30c01f3b105b2738fae7f64b4728ca0eddbea24117a3f3d7022f77e70aa GNUnet-0.7.2c.tar.bz2 1438415
diff --git a/net-p2p/gnunet/files/gnunet-2 b/net-p2p/gnunet/files/gnunet-2
index 24b3a77afbeb..54e73a4c4d06 100644
--- a/net-p2p/gnunet/files/gnunet-2
+++ b/net-p2p/gnunet/files/gnunet-2
@@ -1,16 +1,17 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2
-# description: Gnunet is an anonymous distributed secure network
-# this server is required to connect to the network,
-# it will open a TCP port to communicate with the
-# GUI and an UDP port to communicate with the world.
depend() {
need net
}
start() {
+ if ! test -f "/etc/gnunetd.conf"; then
+ eerror "You must create /etc/gnunetd.conf file first"
+ return 1
+ fi
+
ebegin "Starting GNUnet"
# -u username, -c path to gnunet.conf file
start-stop-daemon --start --quiet --background --exec /usr/bin/gnunetd \