added *.bz2 and *.tbz to default dont compress list
authorAndrew Tridgell <tridge@samba.org>
Sat, 24 Jun 2000 13:20:21 +0000 (13:20 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 24 Jun 2000 13:20:21 +0000 (13:20 +0000)
loadparm.c
rsyncd.conf.yo

index 9c0bbbc..ddb8663 100644 (file)
@@ -162,7 +162,7 @@ static service sDefault =
        NULL,    /* include from */
        "%o %h [%a] %m (%u) %f %l",    /* log format */
        NULL,    /* refuse options */
-       "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso",    /* dont compress */
+       "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz",    /* dont compress */
        0,        /* timeout */
        0        /* max connections */
 };
index 14e4757..c9795b0 100644 (file)
@@ -345,7 +345,7 @@ The "dont compress" option takes a space separated list of
 case-insensitive wildcard patterns. Any source filename matching one
 of the patterns will not be compressed during transfer.
 
-The default setting is verb(*.gz *.tgz *.zip *.z *.rpm *.deb)
+The default setting is verb(*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz)
 
 enddit()