Opened 15 years ago
Closed 15 years ago
#4936 closed bug (fixed)
[Expander] overwrites .gz after extracting
Reported by: | diver | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Expander | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Open /boot/system/data/Canna/default and try to unpack any .gz file.
The compressed file will be removed after extracting its contents.
Attachments (1)
Change History (4)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|
by , 15 years ago
Attachment: | ExpanderKeepGzAfterExtraction.patch added |
---|
comment:2 by , 15 years ago
The attach patch changes Expander's behavior to decompress *.gz to stdout, which is piped into another instance of gunzip that reads stdin. This will preserve the original file. As an additional note, luroh has reported "looks like freebsd's gzip has had the -k option added http://www.freebsd.org/cgi/query-pr.cgi?pr=113397"
Note:
See TracTickets
for help on using tickets.
replaces ExpanderRules's rule for extracting *.gz