Code

rrdcached: Create the pidfile and (UNIX) socket directories as well.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 11:27:44 +0000 (11:27 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 4 Oct 2009 11:27:44 +0000 (11:27 +0000)
commit3dfd098deb77f37326c0b94ea0e654befe3d9115
treea2a133e83b3958479d6954f25e34b036f9b49e91
parent5db966629ef6068d27cc115bce778c0d64cb4e11
rrdcached: Create the pidfile and (UNIX) socket directories as well.
Those files may be located in a subdirectory of, e.g., /var/run/. To avoid the
need to manually create (and recreate, e.g. in case /var/run/ is on a tmpfs)
that subdirectory, let the daemon handle the creation of those directories. -- Sebastian Harl

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1921 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_daemon.c