forked from pool/schily
14 lines
680 B
Diff
14 lines
680 B
Diff
|
Index: schily-2018-05-25/star/star.c
|
||
|
===================================================================
|
||
|
--- schily-2018-05-25.orig/star/star.c
|
||
|
+++ schily-2018-05-25/star/star.c
|
||
|
@@ -193,7 +193,7 @@ int verbose = 0; /* -v has been spec
|
||
|
BOOL silent = FALSE; /* -silent no informal msg */
|
||
|
BOOL prblockno = FALSE; /* -block-number for all files */
|
||
|
BOOL no_xheader = FALSE; /* -no-xheader ignore P.2001 */
|
||
|
-BOOL no_fsync = FALSE; /* -no-fsync on extract */
|
||
|
+BOOL no_fsync = TRUE; /* -no-fsync on extract */
|
||
|
BOOL readnull = FALSE; /* -read0 on with list= */
|
||
|
BOOL tpath = FALSE; /* -tpath print path only */
|
||
|
BOOL cflag = FALSE; /* -c has been specified */
|