Bug#1776: zless missing

1995-10-28 Thread eckes
Package: gzip

I think a zless is as usefull as zmore. The Slackware-implementation of
zless is:

---
#!/bin/sh
for args
do
zcat $args | less
done
---

Greetings
Bernd
__
Bernd Eckenfels  ++49 7257 3817 | 1024/E010B09D __If privacy is outlawed
[EMAIL PROTECTED] Karlsruhe |  *plush*   __/   only Outlaws have privacy
[EMAIL PROTECTED]  [EMAIL PROTECTED] |__inux_/   
http://home.pages.de/~eckes/
G21! d? H@ s+ p0 au+ a- w+ v c+++ UL$ P E? N++ t+ e* u@ h++! f !n y* Y^



Bug#1778: Zombies from Cern-Httpd (solved)

1995-10-29 Thread eckes
Package: cern-httpd
Version: 3.0-4

There is an error in the Signal handling of the cern-httpd, which makes
zombies hang around, especially on heavy loaded WWW Server. The following
Patch may solve this:

--- WWW/All/linux/Makefile.include.org  Sun Oct 29 07:15:44 1995
+++ WWW/All/linux/Makefile.include  Sun Oct 29 07:16:32 1995
@@ -9,7 +9,7 @@

 # -DLINUX_FSSTND makes the default log file /var/run/httpd-pid
 #rather than /tmp/httpd-pid
-CFLAGS = -O2 -DPOSIXWAIT -DLINUX_FSSTND
+CFLAGS = -DUTS2 -fomit-frame-pointer -O2 -DPOSIXWAIT -DLINUX_FSSTND
 LFLAGS = -s
 CC = gcc

Greetings
Bernd
__
Bernd Eckenfels  ++49 7257 3817 | 1024/E010B09D __If privacy is outlawed
[EMAIL PROTECTED] Karlsruhe |  *plush*   __/   only Outlaws have privacy
[EMAIL PROTECTED]  [EMAIL PROTECTED] |__inux_/   
http://home.pages.de/~eckes/
G21! d? H@ s+ p0 au+ a- w+ v c+++ UL$ P E? N++ t+ e* u@ h++! f !n y* Y^



Bug#1776: zless missing

1995-10-29 Thread eckes
Hello,

> Someone else (Ian J?) pointed out earlier that zmore uses whatever
> file pager is specified by the PAGER environment variable.

of course, but i am used to type zless instead of zmore. The same way i am
used to type less and not more. Especially on an GNU System I expect zless
as i expect less. I dont think we should require millions of ppl to include
an alias into their ._profile if they want the usual behaviour.

Greetings
Bernd
__
Bernd Eckenfels  ++49 7257 3817 | 1024/E010B09D __If privacy is outlawed
[EMAIL PROTECTED] Karlsruhe |  *plush*   __/   only Outlaws have privacy
[EMAIL PROTECTED]  [EMAIL PROTECTED] |__inux_/   
http://home.pages.de/~eckes/
G21! d? H@ s+ p0 au+ a- w+ v c+++ UL$ P E? N++ t+ e* u@ h++! f !n y* Y^



Bug#1863: smailconf perl5 problem

1995-11-14 Thread eckes
Package: smail
Version: 3.1.29.1-13

smailconf generates broken 'satelite' system configuration. The following
Patch will fix this:

--- /usr/sbin/smailconfig~  Mon Jun 26 14:19:54 1995
+++ /usr/sbin/smailconfig   Tue Nov 14 22:15:41 1995
@@ -377,7 +377,7 @@
 "
 smart_user:
driver=smartuser;
-   [EMAIL PROTECTED],
+   [EMAIL PROTECTED],
well_formed_only
 ");

Gretings
Bernd
--
  (OO)  -- [EMAIL PROTECTED] --
 ( .. )  [EMAIL PROTECTED],ka.sub.org}  http://home.pages.de/~eckes/
  o--o  *plush*  1024/E010B09D  [EMAIL PROTECTED]  +4972573817  *plush*
(OO)   If privacy is outlawed only Outlaws have privacy



Bug#1864: smail logfiles

1995-11-14 Thread eckes
Package: smail
Version: 3.1.29.1-13

The logfiles of smail are stored in /var/spool and not /var/log.

Greetings
Bernd
 --
  (OO)  -- [EMAIL PROTECTED] --
 ( .. )  [EMAIL PROTECTED],ka.sub.org}  http://home.pages.de/~eckes/
  o--o  *plush*  1024/E010B09D  [EMAIL PROTECTED]  +4972573817  *plush*
(OO)   If privacy is outlawed only Outlaws have privacy