Initial implementation of flock(1)

Very useful to prevent overlapping cron jobs amongst other things.
This commit is contained in:
sin
2015-10-07 10:16:18 +01:00
parent 23fdd768f0
commit 2652dcfd6c
3 changed files with 105 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ BIN =\
expr\
false\
find\
flock\
fold\
getconf\
grep\