summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.en/lock.cf
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-26 14:16:57 +0000
committerfukachan <fukachan>2003-07-26 14:16:57 +0000
commitd7308cc59ef1f6806001dd1fba4d2c94da7730d1 (patch)
treec7438a1dceacf91a4b5b4bb9055984faa879e348 /fml/etc/src/config.cf.en/lock.cf
parent2cacd91acefa9309cd68fbd726be1eebdd5e4788 (diff)
downloadfml8-snap-20030726.tar.gz
fml8-snap-20030726.tar.bz2
fml8-snap-20030726.zip
source of config.cf.en, translated config.cf.jasnap-20030726
Diffstat (limited to 'fml/etc/src/config.cf.en/lock.cf')
-rw-r--r--fml/etc/src/config.cf.en/lock.cf24
1 files changed, 24 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/lock.cf b/fml/etc/src/config.cf.en/lock.cf
new file mode 100644
index 00000000..e8a5aa5f
--- /dev/null
+++ b/fml/etc/src/config.cf.en/lock.cf
@@ -0,0 +1,24 @@
+=head1 lock
+
+# Descriptions: use lock system ?
+# History:
+# Value: yes /no
+use_lock = yes
+
+# Descriptions: directory where lock files are created.
+# History:
+# Value: directory
+# Examples: /var/spool/ml/elena/var/lock
+lock_dir = $var_dir/lock
+
+# Descriptions: giant lock file name
+# History: $SPOOL_DIR
+# Value: filename
+# Examples: /var/spool/ml/elena/var/lock/giantlock
+lock_file = $lock_dir/giantlock
+
+# Descriptions: lock algorithm type
+# History: $USE_FLOCK
+# Value: flock
+# Examples:
+lock_type = flock