gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5392 - GNUnet/debian


From: gnunet
Subject: [GNUnet-SVN] r5392 - GNUnet/debian
Date: Mon, 30 Jul 2007 00:36:27 -0600 (MDT)

Author: grothoff
Date: 2007-07-30 00:36:18 -0600 (Mon, 30 Jul 2007)
New Revision: 5392

Removed:
   GNUnet/debian/README.Debian
   GNUnet/debian/gnunet-common.dirs
   GNUnet/debian/gnunet-daemon.preinst
   GNUnet/debian/gnunet-dev.dirs
   GNUnet/debian/gnunetd.conf
Log:
obsolete

Deleted: GNUnet/debian/README.Debian
===================================================================
--- GNUnet/debian/README.Debian 2007-07-30 06:32:38 UTC (rev 5391)
+++ GNUnet/debian/README.Debian 2007-07-30 06:36:18 UTC (rev 5392)
@@ -1,18 +0,0 @@
-gnunet for Debian
------------------
-
-GNUnet start at boot time by default, to change the default behaviour, you 
must run
-dpkg-reconfigure gnunet
-
-In order to start, stop or restart manually the daemon, use
-/etc/init.d/gnunet with the parameter start, stop or restart
-
-You cannot upgrade GNUnet directly from versions earlier than 0.6.1b,
-refer to the file UPDATING for information on how to migrate your data.
-
-GNUnet has a global config file, /etc/gnunetd.conf, for some programs
-(e.g. gnunet-stats) it may also need a per user config file, a sample of
-which is the included gnunet.user which can be copied to
-~/.gnunet/gnunet.conf
-
- -- Arnaud Kyheng <address@hidden>, Sun, 29 Aug 2004 23:07:45 +0200

Deleted: GNUnet/debian/gnunet-common.dirs
===================================================================
--- GNUnet/debian/gnunet-common.dirs    2007-07-30 06:32:38 UTC (rev 5391)
+++ GNUnet/debian/gnunet-common.dirs    2007-07-30 06:36:18 UTC (rev 5392)
@@ -1 +0,0 @@
-usr/share/GNUnet

Deleted: GNUnet/debian/gnunet-daemon.preinst
===================================================================
--- GNUnet/debian/gnunet-daemon.preinst 2007-07-30 06:32:38 UTC (rev 5391)
+++ GNUnet/debian/gnunet-daemon.preinst 2007-07-30 06:36:18 UTC (rev 5392)
@@ -1,42 +0,0 @@
-#! /bin/sh
-# preinst script for gnunet package
-#
-# Author: Arnaud Kyheng <address@hidden>
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-#
-# For details see /usr/share/doc/packaging-manual/
-
-case "$1" in
-    install|upgrade)
-        if [ "$1" = "upgrade" ]; then
-               if dpkg --compare-versions "$2" lt "0.7.0-1" && [ -e 
/etc/gnunet.conf ]; then
-                       mv -f /etc/gnunet.conf /etc/gnunet.conf.prior07 || true
-                       mv -f /var/lib/GNUnet /var/lib/GNUnet.prior07 || true
-               fi
-       fi
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

Deleted: GNUnet/debian/gnunet-dev.dirs
===================================================================
--- GNUnet/debian/gnunet-dev.dirs       2007-07-30 06:32:38 UTC (rev 5391)
+++ GNUnet/debian/gnunet-dev.dirs       2007-07-30 06:36:18 UTC (rev 5392)
@@ -1,2 +0,0 @@
-usr/lib/GNUnet
-usr/include/GNUnet

Deleted: GNUnet/debian/gnunetd.conf
===================================================================
--- GNUnet/debian/gnunetd.conf  2007-07-30 06:32:38 UTC (rev 5391)
+++ GNUnet/debian/gnunetd.conf  2007-07-30 06:36:18 UTC (rev 5392)
@@ -1,81 +0,0 @@
-[Meta]
-ADVANCED = YES
-RARE = YES
-EXPERIMENTAL = NO
-
-[GNUNETD]
-GNUNETD_HOME = /var/lib/GNUnet
-PIDFILE = /var/run/gnunetd/gnunetd.pid
-HOSTLISTURL = http://gnunet.org/hostlist.php 
http://gnunet.mine.nu:8081/hostlist http://de.gnunet.org/cgi-bin/hostlist.cgi 
http://uk.gnunet.org/hostlist
-HTTP-PROXY = 
-USER = 
-TRANSPORTS = udp tcp nat
-APPLICATIONS = advertising getoption fs stats traffic
-KEEPLOG = 0
-LOGFILE = /var/log/gnunetd/gnunetd.log
-
-[FS]
-DIR = /var/lib/GNUnet/data/fs
-INDEX-DIRECTORY = /var/lib/GNUnet/data/shared
-QUOTA = 1024
-ACTIVEMIGRATION = NO
-
-[NETWORK]
-PORT = 2087
-TRUSTED = 127.0.0.0/8;
-INTERFACE = eth0
-IP = 
-
-[LOGGING]
-USER-LEVEL = WARNING
-ADMIN-LEVEL = WARNING
-
-[LOAD]
-MAXNETDOWNBPSTOTAL = 50000
-MAXNETUPBPSTOTAL = 50000
-HARDUPLIMIT = 0
-MAXCPULOAD = 100
-HARDCPULIMIT = 0
-BASICLIMITING = YES
-INTERFACES = eth0
-
-[GNUNETD-EXPERIMENTAL]
-PADDING = NO
-
-[MODULES]
-sqstore = sqstore_sqlite
-topology = topology_default
-
-[F2F]
-FRIENDS = /var/lib/GNUnet/friends
-
-[NAT]
-LIMITED = NO
-
-[TCP]
-PORT = 2086
-
-[TCP6]
-PORT = 2088
-BLACKLIST = 
-
-[UDP]
-PORT = 2086
-MTU = 1472
-BLACKLIST = 
-
-[UDP6]
-PORT = 2088
-MTU = 1452
-BLACKLIST = 
-
-[HTTP]
-PORT = 1080
-
-[GAP]
-TABLESIZE = 65536
-
-[MYSQL]
-CONFIG = /etc/my.cnf
-DATABASE = gnunet
-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]