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:
Billy O 'Connor 2002-12-24 01:26:36 +00:00
parent 399c9108fc
commit 35178436cc

View File

@ -13,6 +13,7 @@ mkdir -p /var/cache/samba &&
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-piddir=/var/run \
--with-fhs \
--with-smbmount &&
make &&