forked from pool/schily
Jan Engelhardt
2588b7d48a
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=28
21 lines
869 B
Diff
21 lines
869 B
Diff
From: Kristyna Streitova <kstreitova@suse.com>
|
|
Date: Wed, 06 Jun 2018 14:51:57 +0000
|
|
References: http://bugzilla.opensuse.org/97500
|
|
X-Upstream: PATCH-FIX-SUSE
|
|
|
|
do not run FSYNC by default
|
|
|
|
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 */
|