Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 --- 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