mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Changed lock dir to /var/lock
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@341 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2c651a408a
commit
3e4d007247
@ -5,7 +5,8 @@
|
|||||||
<para><screen><userinput>
|
<para><screen><userinput>
|
||||||
groupadd news
|
groupadd news
|
||||||
useradd -g news 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 &&
|
||||||
make install &&
|
make install &&
|
||||||
ldconfig &&
|
ldconfig &&
|
||||||
|
Loading…
Reference in New Issue
Block a user