Package: gnunet-tools
Version: 0.8.0c-8
Severity: normal

The /etc/init.d/gnunetd script gnunet-setup created has many syntax errors 
(additional newlines):

----
#!/bin/sh
#
# Automatically created by gnunet-setup
#

PIDFILE=/var/run/gnunetd//usr/bin/gnunetd.pid
APPNAME=GNUnet

case "$1" in
  start)
    echo -n "Starting $APPNAME: "
    /usr/bin/gnunetd
 && echo ok || echo failed
    ;;
  stop)
    echo -n "Stopping $APPNAME: "
    kill `cat $PIDFILE`
 && echo ok || echo failed
    ;;
  reload)
    echo -n "Reloading $APPNAME: "
    kill -HUP `cat $PIDFILE`
 && echo ok || echo failed
    ;;
  restart|force-reload)
    echo "Restarting $APPNAME..."
    $0 stop
    sleep 1
    $0 start
    ;;
  *)
    echo "Usage: /etc/init.d//gnunetd {start|stop|reload|restart|force-reload}" 
>&2
    exit 1
    ;;

esac
exit 0
----

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnunet-tools depends on:
ii  gettext                0.17-8            GNU Internationalization utilities
ii  gnunet-common          0.8.0c-8          secure, trust-based peer-to-peer f
ii  guile-1.8-libs         1.8.7+1-2         Main Guile libraries
ii  libadns1               1.4-2             Asynchronous-capable DNS client li
ii  libatk1.0-0            1.28.0-1          The ATK accessibility toolkit
ii  libbz2-1.0             1.0.5-3           high-quality block-sorting file co
ii  libc6                  2.10.1-5          GNU C Library: Shared libraries
ii  libcairo2              1.8.8-2           The Cairo 2D vector graphics libra
ii  libextractor1c2a       0.5.23+dfsg-2     extracts meta-data from files of a
ii  libfontconfig1         2.6.0-4           generic font configuration library
ii  libfreetype6           2.3.11-1          FreeType 2 font engine, shared lib
ii  libgcc1                1:4.4.1-4         GCC support library
ii  libgcrypt11            1.4.4-4           LGPL Crypto library - runtime libr
ii  libglade2-0            1:2.6.4-1         library to load .glade files at ru
ii  libglib2.0-0           2.22.2-2          The GLib library of C routines
ii  libgmp3c2              2:4.3.1+dfsg-3    Multiprecision arithmetic library
ii  libgsf-1-114           1.14.16-1         Structured File Library - runtime 
ii  libgtk2.0-0            2.18.3-1          The GTK+ graphical user interface 
ii  libltdl7               2.2.6a-4          A system independent dlopen wrappe
ii  libncursesw5           5.7+20090803-2    shared libraries for terminal hand
ii  libpango1.0-0          1.26.0-1          Layout and rendering of internatio
ii  libqtcore4             4:4.5.3-4         Qt 4 core module
ii  libqtgui4              4:4.5.3-4         Qt 4 GUI module
ii  libstdc++6             4.4.1-4           The GNU Standard C++ Library v3
ii  libxml2                2.7.6.dfsg-1      GNOME XML library
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

gnunet-tools recommends no packages.

gnunet-tools suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to