by default don't gzip .iso images
authorAndrew Tridgell <tridge@samba.org>
Wed, 19 Apr 2000 05:33:06 +0000 (05:33 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 19 Apr 2000 05:33:06 +0000 (05:33 +0000)
loadparm.c

index 2d65faa..9c0bbbc 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",    /* dont compress */
+       "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso",    /* dont compress */
        0,        /* timeout */
        0        /* max connections */
 };