Commit graph

4 commits

Author SHA1 Message Date
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Maxim Sobolev
8978796870 When saving file do fflush/fsync, so that its content isn't lost if machine
is forcefully powered down shortly after that.
2003-02-20 21:38:05 +00:00
Ying-Chieh Liao
d1d3bfbc7f upgrade to 2.0
PR:		40581
Submitted by:	maintainer
2002-07-15 11:21:34 +00:00
Maxim Sobolev
4595219ad6 Issue fflush()->fsync() after saving file to the disk, so that the user will
not get zero-sized file after reboot if the system crashed shortly after the
save, as it usually the case when you are hacking some potential panic(9)
implementation (e.g. kernel module). Bump PORTREVISION.
2002-04-29 23:25:30 +00:00