Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 467 - (show annotations) (download)
Sun Feb 10 10:59:21 2008 UTC (16 years, 2 months ago) by niro
File size: 432 byte(s)
-rediffed patches

1 diff -Naur debianutils-2.28.3/savelog debianutils-2.28.3-magellan/savelog
2 --- debianutils-2.28.3/savelog 2007-11-21 16:54:12.000000000 +0100
3 +++ debianutils-2.28.3-magellan/savelog 2008-02-10 11:59:47.000000000 +0100
4 @@ -79,9 +79,9 @@
5
6 # common location
7 export PATH=$PATH:/sbin:/bin:/usr/sbin:/usr/bin
8 -COMPRESS="gzip"
9 +COMPRESS="bzip2"
10 COMPRESS_OPTS="-9f"
11 -DOT_Z=".gz"
12 +DOT_Z=".bz2"
13 DATUM=`date +%Y%m%d%H%M%S`
14
15 # parse args