Package: srptools Version: 0.0.4-1.2 Severity: normal Dear Maintainer,
/etc/init.d/srptools fails since the run_daemon function has a malformed comment inside it line 59 (see patch in attachment). -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=es_ES.ISO-8859-15, LC_CTYPE=es_ES.ISO-8859-15 (charmap=ISO-8859-15) (ignored: LC_ALL set to es_ES@euro) Shell: /bin/sh linked to /bin/dash Versions of packages srptools depends on: ii infiniband-diags 1.4.4-20090314-1 ii libc6 2.13-21 ii libibcommon1 1.1.2-20090314-1 ii libibumad1 1.2.3-20090314-1.1 ii libibverbs1 1.1.6-1 srptools recommends no packages. srptools suggests no packages. -- no debconf information
--- /etc/init.d/srptools 2010-07-24 06:25:11.000000000 +0200 +++ /etc/init.d/srptools.a 2012-02-01 16:13:51.000000000 +0100 @@ -55,8 +55,7 @@ echo "Starting srp on $HCA_ID $PORT" # srp does not background itself; using the start-stop-daemon background function - # causes us to lose stdout, which is -where it logs to . +# causes us to lose stdout, which is where it logs to . nohup start-stop-daemon --start --quiet -m --pidfile /var/run/srp_daemon.${HCA_ID}.${PORT} \ --exec /usr/sbin/srp_daemon -- -e -c -n -i ${HCA_ID} -p ${PORT} -R ${RETRIES} >> $LOG 2>&1 & RETVAL=$?