xbps/bin/xbps-create
Juan RP db21c045d2 xbps-create(8): use fdatasync() rather than fsync().
The latter could be too expensive, and we only care for the data to be written
to the binary package because a bit later we rename() the temporary file,
which will ensure a data flush to disk.
2015-02-27 11:04:25 +01:00
..
main.c xbps-create(8): use fdatasync() rather than fsync(). 2015-02-27 11:04:25 +01:00
Makefile mk/prog.mk: set MAN to $(BIN).8 by default. 2013-09-16 08:57:24 +02:00
xbps-create.8 xbps.d(5) - XBPS configuration directory 2014-12-09 11:41:35 +01:00