NetBSD/usr.sbin/rpc.statd
bouyer 58ce78eeda When forking, we keep a reference to the status db file, and if the
memory copy of the file is dirty, is will be synced when the child exists.
But the parent may have done changes to the database in the meantime, resulting
in a db corruption.
Fix this by calling sync_file() just before the fork. The child will still have
a reference to the db, but won't try to write it on exit.
2005-11-03 19:36:42 +00:00
..
Makefile Use <bsd.rpc.mk> 2003-01-05 19:24:06 +00:00
rpc.statd.8 More e.g. cleanup. Igor Sobrado, PR 19692. 2003-04-07 07:04:49 +00:00
stat_proc.c When forking, we keep a reference to the status db file, and if the 2005-11-03 19:36:42 +00:00
statd.c PR/31502: John: rpc.statd doesn't save failed notifies in the database. 2005-10-20 12:53:42 +00:00
statd.h
test.c