From c64e78092d2161cd37e43af7defa983cc21205c2 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 10 Jun 2005 08:38:14 +0000 Subject: [PATCH] * Output error messages from heredocs in the init script with cat rather than echo. Thanks, Reid Barton. (Closes: #311729) --- debian/changelog | 2 ++ src/afsd/afs.rc.linux | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 579a4bffc..7aa803e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ openafs (1.3.82-2) unstable; urgency=low + * Output error messages from heredocs in the init script with cat rather + than echo. Thanks, Reid Barton. (Closes: #311729) * Initial Czech translation, thanks Martin Sin. (Closes: #310699) -- diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index 88a55eab3..8f8f7759c 100644 --- a/src/afsd/afs.rc.linux +++ b/src/afsd/afs.rc.linux @@ -136,7 +136,7 @@ load_client() { fi if [ ! -f "$MODLOADDIR/$LIBAFS" ] ; then - echo <