DJ Lucas wrote:
> Okay, this should be easy enough. Just which solution is better? Add
> /var/run/proftpd to createfiles, or modify proftpd to use /var/run. I
> lean toward the modification to use /var/run. What say the group?
>
> http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=786
We discussed this last week, but I am following up. I am not sure the
bug is still valid --- it may be overcome by events. The bug says:
"The /var/run directory is deleted on bootup, including files and
directories."
but the current version of cleanfs has:
cd /var/run &&
find . ! -type d ! -name utmp ! -newer /proc \
-exec rm -f {} \; || failed=1
>From this, it looks like directories are not removed.
Should this bug be marked INVALID?
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page