summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-05-15 04:04:32 +0000
committerJon Hood <squinky86@gentoo.org>2006-05-15 04:04:32 +0000
commite2972934d94c81ce0cfe67fa597802d9fe1832f8 (patch)
treedb2a4126632d65ac8f6f317d786f89497b2db8ee /net-p2p/gnunet/files
parentNew release: 1.5.0. Pruning old ebuilds. (diff)
downloadgentoo-2-e2972934d94c81ce0cfe67fa597802d9fe1832f8.tar.gz
gentoo-2-e2972934d94c81ce0cfe67fa597802d9fe1832f8.tar.bz2
gentoo-2-e2972934d94c81ce0cfe67fa597802d9fe1832f8.zip
Fix init script, #133240.
(Portage version: 2.1_rc1)
Diffstat (limited to 'net-p2p/gnunet/files')
-rw-r--r--net-p2p/gnunet/files/digest-gnunet-0.7.0d-r13
-rw-r--r--net-p2p/gnunet/files/gnunet-22
2 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/gnunet/files/digest-gnunet-0.7.0d-r1 b/net-p2p/gnunet/files/digest-gnunet-0.7.0d-r1
new file mode 100644
index 000000000000..8d4042c25a97
--- /dev/null
+++ b/net-p2p/gnunet/files/digest-gnunet-0.7.0d-r1
@@ -0,0 +1,3 @@
+MD5 c910ceb8acf02e8ef100951bf72ec71a GNUnet-0.7.0d.tar.bz2 1371958
+RMD160 b00d19a326ca0ae92641b89d3039f02782b286d6 GNUnet-0.7.0d.tar.bz2 1371958
+SHA256 990c00d41cb31b52ca30e54ad833327e73f22eca602fdb374bbf1e3eebe0ee33 GNUnet-0.7.0d.tar.bz2 1371958
diff --git a/net-p2p/gnunet/files/gnunet-2 b/net-p2p/gnunet/files/gnunet-2
index 4d2da5e7c2f9..24b3a77afbeb 100644
--- a/net-p2p/gnunet/files/gnunet-2
+++ b/net-p2p/gnunet/files/gnunet-2
@@ -14,7 +14,7 @@ start() {
ebegin "Starting GNUnet"
# -u username, -c path to gnunet.conf file
start-stop-daemon --start --quiet --background --exec /usr/bin/gnunetd \
- -- -u gnunet -c /etc/gnunet.conf
+ -- -u gnunet -c /etc/gnunetd.conf
eend $? "Failed to start GNUnet"
}