]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Output error messages from heredocs in the init script with cat rather
authorRuss Allbery <rra@debian.org>
Fri, 10 Jun 2005 08:38:14 +0000 (08:38 +0000)
committerRuss Allbery <rra@debian.org>
Fri, 10 Jun 2005 08:38:14 +0000 (08:38 +0000)
    than echo.  Thanks, Reid Barton.  (Closes: #311729)

debian/changelog
src/afsd/afs.rc.linux

index 579a4bffcb40600872c0d33a7c45518eff84a3be..7aa803e64833a4fe8731334c06ab696e5b4bc6df 100644 (file)
@@ -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)
 
  --
index 88a55eab3632767651f7220ba1b1a9d3d67ecfea..8f8f7759cb42aa86f940d96114e93ec20cee99f0 100644 (file)
@@ -136,7 +136,7 @@ load_client() {
        fi
     
        if [ ! -f "$MODLOADDIR/$LIBAFS" ] ; then
-                echo <<EOF
+                cat <<EOF
 AFS module $MODLOADDIR/$LIBAFS does not exist.
 Not starting AFS.  Please consider building kernel modules using
 instructions in /usr/share/doc/openafs-client/README.modules