forked from pool/schily
Jan Engelhardt
214927d25b
- add patches from the star package * schily-2018-05-25_star_configuration.patch * schily-2018-05-25_star_no_fsync.patch * schily-2018-05-25_star_lock.patch * schily-2018-05-25_star_detect_gzip_failures.patch * schily-2018-05-25_star_bufferoverflow.patch * schily-2018-05-25_star_use_ssh_by_default.patch * schily-2018-05-25_star_selinux.patch - add missing BuildRequires for star: * autoconf (because of selinux patch) * libacl-devel * libattr-devel * libselinux-devel * libtool - install README-FIRST (as schily-rmt) documentation - add noreplace for %_sysconfdir/default/rmt and %_sysconfdir/default/star - move srmt from sbindir to bindir - do not ship star_sym and suntar OBS-URL: https://build.opensuse.org/request/show/614590 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=27
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 */
|