From 8e23a2ba4eb7f6192c6bce8a6da81004803eca3f Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Fri, 14 Nov 2008 14:26:59 +0200 Subject: db: checksum installed files, protect config files Checksum of installed is computed on the fly when extracting them and it'll be saved to fdb. When installing config files those are diverted with suffix .apk-new if earlier version of same file with local changes exist. --- src/gunzip.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gunzip.c') diff --git a/src/gunzip.c b/src/gunzip.c index f488fa4..cfee860 100644 --- a/src/gunzip.c +++ b/src/gunzip.c @@ -77,7 +77,6 @@ struct apk_istream *apk_gunzip_bstream(struct apk_bstream *bs) *gis = (struct apk_gzip_istream) { .is.read = gz_read, - .is.splice = apk_istream_splice, .is.close = gz_close, .bs = bs, .z_err = 0, -- cgit v1.2.3-70-g09d2