gentoo-x86 commit in net-fs/samba/files: samba-init
On 05/20/10 15:34, Peter Volkov wrote:
> В Втр, 11/05/2010 в 11:53 +0000, Patrick Lauer (patrick) пишет:
>> start() {
>> + # we can't assume that /var/run/ is persistent, so create dir if needed
>> + [ ! -e /var/run/samba ] && mkdir /var/run/samba
>
> Why? Is it impossible to create /var/run/samba during src_install?
>
In this case the problem is people having /var/run as tmpfs
Personally I don't get it, but these people don't have persistence
across reboots, so we please them by adding this check.