diff options
| author | Andrew Tridgell <tridge@samba.org> | 2000-06-24 13:20:21 +0000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2000-06-24 13:20:21 +0000 |
| commit | 69c6522734897c0b81b184c5ebcc6cd9461f6da3 (patch) | |
| tree | 38739cc8a6304db0370a565f54c238e96342d094 /loadparm.c | |
| parent | 0f8f98c8ff7e81e2853d8e6cd78d00275198c95d (diff) | |
| download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ }; |
