Package: p3nfs Version: 5.19-1.2 Severity: minor Tags: patch
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-3-amd64 (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/bash
diff -u p3nfs-5.19/configure p3nfs-5.19/configure --- p3nfs-5.19/configure +++ p3nfs-5.19/configure @@ -184,7 +184,7 @@ } -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in +case `echo "testing"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; diff -u p3nfs-5.19/debian/rules p3nfs-5.19/debian/rules --- p3nfs-5.19/debian/rules +++ p3nfs-5.19/debian/rules @@ -70,7 +70,7 @@ dh_md5sums dh_builddeb -source diff: +source-diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch diff -u p3nfs-5.19/etc/bluetooth.rc p3nfs-5.19/etc/bluetooth.rc --- p3nfs-5.19/etc/bluetooth.rc +++ p3nfs-5.19/etc/bluetooth.rc @@ -36,11 +36,11 @@ start() { - echo -n $"Starting $hcid: " + echo -n "Starting $hcid: " daemon $ROOT/sbin/hcid if [ -x $ROOT/sbin/sdpd ]; then - echo -n $"Starting $sdpd: " + echo -n "Starting $sdpd: " daemon $ROOT/sbin/sdpd fi @@ -51,7 +51,7 @@ stop() { - echo -n $"Shutting down $prog: " + echo -n "Shutting down $prog: " killproc hcid if [ -x $ROOT/sbin/sdpd ]; then @@ -81,7 +81,7 @@ [ -e /var/lock/subsys/bluetooth ] && (stop; start) ;; *) - echo $"Usage: $0 {start|stop|restart|reload|condrestart}" + echo "Usage: $0 {start|stop|restart|reload|condrestart}" exit 1 esac