[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#514326: debian-policy: fhs-2.3 doesn't specify that /var/run and /var/lock may be volatile ref rcS(5)



Colin Watson <cjwatson@debian.org> writes:

> The code that tends to suffer from this problem is init scripts, and so
> I think it would be sensible to add a requirement in that section of the
> policy manual proper. Here's a suggested patch (note that this adds a
> new "must"; other policy editors, is that a problem? I'd be happy to
> downgrade to a "should" if people are uncomfortable with it):

Looks good to me.  Seconded.

> diff --git a/policy.sgml b/policy.sgml
> index 36f51aa..75b236b 100644
> --- a/policy.sgml
> +++ b/policy.sgml
> @@ -6065,6 +6065,18 @@ test -f <var>program-executed-later-in-script</var> || exit 0
>  	    script must behave sensibly and not fail if the
>  	    <file>/etc/default</file> file is deleted.
>  	  </p>
> +
> +	  <p>
> +	    <file>/var/run</file> and <file>/var/lock</file> may be mounted
> +	    as temporary filesystems<footnote>
> +		For example, using the <tt>RAMRUN</tt> and <tt>RAMLOCK</tt>
> +		options in <file>/etc/default/rcS</file>.
> +	    </footnote>, so the <file>init.d</file> scripts must handle this
> +	    correctly. This will typically amount to creating any required
> +	    subdirectories dynamically when the <file>init.d</file> script
> +	    is run, rather than including them in the package and relying on
> +	    <prgn>dpkg</prgn> to create them.
> +	  </p>
>  	</sect1>

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>



Reply to: