aboutsummaryrefslogtreecommitdiffstats
path: root/loadparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-24 13:20:21 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-24 13:20:21 +0000
commit69c6522734897c0b81b184c5ebcc6cd9461f6da3 (patch)
tree38739cc8a6304db0370a565f54c238e96342d094 /loadparm.c
parent0f8f98c8ff7e81e2853d8e6cd78d00275198c95d (diff)
downloadandroid_external_rsync-69c6522734897c0b81b184c5ebcc6cd9461f6da3.tar.gz
android_external_rsync-69c6522734897c0b81b184c5ebcc6cd9461f6da3.tar.bz2
android_external_rsync-69c6522734897c0b81b184c5ebcc6cd9461f6da3.zip
added *.bz2 and *.tbz to default dont compress list
Diffstat (limited to 'loadparm.c')
-rw-r--r--loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadparm.c b/loadparm.c
index 9c0bbbc8..ddb86635 100644
--- a/loadparm.c
+++ b/loadparm.c
@@ -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 */
};