Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
backup
>
star
> star-no_fsync.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File star-no_fsync.diff of Package star
--- star-1.5/star/star.c +++ star-1.5/star/star.c @@ -182,7 +182,7 @@ 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 */