[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#4706: inn's sendbatch refers to non-existing compress



Package: inn
Version: 1.4unoff4-1

The file /usr/lib/news/bin/sendbatch refers to /usr/ucb/compress, which
doesn't exist. It should be changed to refer to /bin/compress. Here is
patch:
--- sendbatch.orig      Thu Aug  1 12:16:51 1996
+++ sendbatch   Thu Aug  1 12:16:57 1996
@@ -13,7 +13,7 @@
 C7=
 COMP=
 COMPFLAGS=
-COMPRESS=/usr/ucb/compress
+COMPRESS=/bin/compress
 ECHO=
 ##  Not a config param since this is the remote rnews.
 RNEWS=rnews


Chris

--          _,,     Christian Schwarz
           / o \__   schwarz@monet.m.isar.de, schwarz@debian.org,
           !   ___;   schwarz@informatik.tu-muenchen.de, bm955877@muenchen.org
           \  /        
  \\\______/  !        PGP-fp: 8F 61 EB 6D CF 23 CA D7  34 05 14 5C C8 DC 22 BA
   \          /         http://www.informatik.tu-muenchen.de/~schwarz/
-.-.,---,-,-..---,-,-.,----.-.-
  "DIE ENTE BLEIBT DRAUSSEN!"

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: