On Thu, 18 Jul 2002 10:11:47 CDT Russ Price wrote:

> I've noticed that gzip doesn't work as a filter.  This
> results in /usr/bin/savelog compressing old log files to zero bytes. :-) 
>   Does anyone have a working gzip?

Seems to work okay with the busybox gzip in Bering RC2.  (See below.)
What version of Bering and busybox (gzip --help) are you using?

# gzip --help
BusyBox v0.60.2 (2002.04.04-20:23+0000) multi-call binary

# echo "foobar" > foo
# gzip < foo > foo.gz
# ls -l foo*
-rw-r--r--    1 root     root            7 Jul 18 15:44 foo
-rw-r-----    1 root     root           27 Jul 18 15:46 foo.gz
# zcat foo.gz
foobar

--Brad



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to