From 694fa02b6741148b7e7a4c04da9be0af3c6f6708 Mon Sep 17 00:00:00 2001 From: Devin Carlen Date: Sat, 12 Feb 2011 18:27:59 -0800 Subject: [PATCH] Added missing lockfile configuration to sample rsync.conf --- etc/rsyncd.conf-sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rsyncd.conf-sample b/etc/rsyncd.conf-sample index 2f0c9a84e2..c3b9952b16 100644 --- a/etc/rsyncd.conf-sample +++ b/etc/rsyncd.conf-sample @@ -7,13 +7,16 @@ pid file = /var/run/rsyncd.pid max connections = 2 path = /srv/node read only = false +lock file = /var/lock/account.lock [container] max connections = 4 path = /srv/node read only = false +lock file = /var/lock/container.lock [object] max connections = 8 path = /srv/node read only = false +lock file = /var/lock/object.lock