Package: havp
Version: 0.92a-2
Severity: normal
Tags: patch
If I restart havp using the init.d script, I got an error message:
# /etc/init.d/havp restart
/etc/init.d/havp: 128: +: not found
There is a "+" at the begining of two lines in the restart part of the script.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages havp depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii debconf [debconf-2.0] 1.5.39 Debian configuration management sy
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii libclamav6 0.97+dfsg-2 anti-virus utility for Unix - libr
ii libgcc1 1:4.6.0-2 GCC support library
ii libstdc++6 4.6.0-2 The GNU Standard C++ Library v3
Versions of packages havp recommends:
ii clamav-freshclam 0.97+dfsg-2 anti-virus utility for Unix - viru
Versions of packages havp suggests:
pn squid <none> (no description available)
-- Configuration Files:
/etc/havp/havp.config changed [not included]
-- debconf information:
* havp/loopback_mount: true
* havp/loopback_size: 100
--- havp.orig 2011-05-30 19:09:22.884039808 +0200
+++ havp.init 2011-05-30 19:25:57.098143880 +0200
@@ -95,9 +95,9 @@
# option to the "reload" entry above. If not, "force-reload" is
# just the same as "restart".
#
-+ $0 stop
+ $0 stop
sleep 1
-+ $0 start
+ $0 start
;;
status)
if [ ! -r $PIDFILE ]; then