summaryrefslogtreecommitdiffstats
path: root/rules/liblockfile.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-24 17:51:52 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-24 17:51:52 +0000
commitc0aa2f535ab346250740d4828869906fef10eada (patch)
tree927b63fdd7c72bf3b49a944fea9cc00fdeff477a /rules/liblockfile.in
parentbba558f1147da9597b8ceccd949ea3e91d093877 (diff)
downloadptxdist-c0aa2f535ab346250740d4828869906fef10eada.tar.gz
ptxdist-c0aa2f535ab346250740d4828869906fef10eada.tar.xz
added liblockfile
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4402 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/liblockfile.in')
-rw-r--r--rules/liblockfile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/liblockfile.in b/rules/liblockfile.in
new file mode 100644
index 000000000..4d64b318f
--- /dev/null
+++ b/rules/liblockfile.in
@@ -0,0 +1,15 @@
+menu "liblockfile "
+
+config LIBLOCKFILE
+ bool
+ prompt "dotlockfile"
+ default n
+ help
+ Dotlockfile is a command line utility to safely create,
+ test and remove lockfiles. Lockfiles are created in an
+ NFS-safe way. Dotlockfile can can also be used to lock
+ and unlock mailboxes even if the mailspool directory
+ is only writable by group mail. However, its use is not
+ restricted to mail
+
+endmenu