Package: sysvconfig
Followup-For: Bug #486058
Hi,
the attached patch should fix the issue.
Best regards
Manuel
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nur sysvconfig-0.80.orig/service sysvconfig-0.80/service
--- sysvconfig-0.80.orig/service 2008-07-15 22:02:56.000000000 +0200
+++ sysvconfig-0.80/service 2008-07-15 22:03:42.000000000 +0200
@@ -37,7 +37,7 @@
exit 0
;;
--help | -h | --h )
- echo $"$USAGE" >&2
+ echo "$USAGE" >&2
exit 0
;;
# --status-all calls all scripts with the 'status' command.
@@ -59,7 +59,7 @@
exit 0
;;
* )
- echo $"$USAGE" >&2
+ echo "$USAGE" >&2
exit 1
;;
esac