Magellan Linux

Annotation of /trunk/debianutils/patches/debianutils-2.11.2-savelog-bzip2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 302 byte(s)
-import

1 niro 144 --- savelog.sik 2005-01-01 20:14:42.000000000 +0000
2     +++ savelog 2005-01-01 20:15:19.000000000 +0000
3     @@ -77,8 +77,8 @@
4    
5     # common location
6     export PATH=$PATH:/sbin:/bin:/usr/sbin:/usr/bin
7     -COMPRESS="gzip -9f"
8     -DOT_Z=".gz"
9     +COMPRESS="bzip2 -9f"
10     +DOT_Z=".bz2"
11     DATUM=`date +%Y%m%d%H%M%S`
12    
13     # parse args