diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-19 05:33:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-19 05:33:06 +0000 |
commit | 07a14ef8b228494463a277c46c83a89d10713513 (patch) | |
tree | ab62be500da13fb3933be6403c05f57f14eab451 /loadparm.c | |
parent | 21cde2888c9633c04273aa2210ba767aac3e0a0a (diff) | |
download | rsync-07a14ef8b228494463a277c46c83a89d10713513.tar.gz rsync-07a14ef8b228494463a277c46c83a89d10713513.tar.bz2 rsync-07a14ef8b228494463a277c46c83a89d10713513.zip |
by default don't gzip .iso images
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", /* dont compress */ + "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso", /* dont compress */ 0, /* timeout */ 0 /* max connections */ }; |