Re: [PATCH] AC_INIT: add --runstatedir option to configure

2013-09-14 Thread Eric Blake
On 09/12/2013 03:54 PM, Eric Blake wrote: > http://lwn.net/Articles/436012/ documents that many distros > are now preferring to use /run rather than /var/run for > storage of pid files and other per-process temporary files > that must not be cleaned out during arbitrary TMPDIR sweeps. > As such, th

[PATCH] AC_INIT: add --runstatedir option to configure

2013-09-12 Thread Eric Blake
http://lwn.net/Articles/436012/ documents that many distros are now preferring to use /run rather than /var/run for storage of pid files and other per-process temporary files that must not be cleaned out during arbitrary TMPDIR sweeps. As such, the GNU Coding Standards were recently changed to reco