rbme
rbme copied to clipboard
Get rid of dependency on lockfile (procmail)
Currently rbme requires lockfile, which is part of the procmail package. On some distributions it pulls a complete mailserver as well. We could settle for using flock instead, which is part of util-linux.
Good idea!
rbme even fails:
+ lockfile -r2 /var/lock/RBME.rbme.lock
/usr/bin/rbme: line 421: lockfile: command not found
Yes, good point. I'll have to port the code from ReaR.