mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added --with-piddir to create pid files in /var/run, instead of
/var/run/samba, which is rm'd on reboot. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@530 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
399c9108fc
commit
35178436cc
@ -13,6 +13,7 @@ mkdir -p /var/cache/samba &&
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-piddir=/var/run \
|
||||
--with-fhs \
|
||||
--with-smbmount &&
|
||||
make &&
|
||||
|
Loading…
Reference in New Issue
Block a user