diff --git a/server/other/leafnode/leafnode-inst.xml b/server/other/leafnode/leafnode-inst.xml index 4d7bb9406c..0ad6f239d2 100644 --- a/server/other/leafnode/leafnode-inst.xml +++ b/server/other/leafnode/leafnode-inst.xml @@ -5,7 +5,8 @@ groupadd news useradd -g news news -./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc/news && +./configure --localstatedir=/var --prefix=/usr \ + --sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck && make && make install && ldconfig &&