From: Russ Allbery Date: Fri, 10 Jun 2005 08:38:14 +0000 (+0000) Subject: * Output error messages from heredocs in the init script with cat rather X-Git-Tag: debian/1.3.82-2~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c64e78092d2161cd37e43af7defa983cc21205c2;p=packages%2Fo%2Fopenafs.git * Output error messages from heredocs in the init script with cat rather than echo. Thanks, Reid Barton. (Closes: #311729) --- 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 <