[Pkg-samba-maint] r2675 - trunk/ctdb/debian

Mathieu Parent math.parent at gmail.com
Thu Mar 26 20:40:19 UTC 2009


2009/3/26 Steve Langasek <vorlon at debian.org>:
> On Thu, Mar 26, 2009 at 05:19:06PM +0000, mparent-guest at alioth.debian.org wrote:
>>
>>       # check all persistent databases that they look ok
>> -     PERSISTENT_DB_DIR="/var/lib/ctdb/persistent"
>> +     case $init_style in
>> +         ubuntu)
>> +         PERSISTENT_DB_DIR="/var/lib/ctdb/persistent"
>> +         ;;
>> +         *)
>> +         PERSISTENT_DB_DIR="/var/ctdb/persistent"
>> +         ;;
>> +     esac
>>       [ -z "$CTDB_DBDIR" ] || {
>>               PERSISTENT_DB_DIR="$CTDB_DBDIR/persistent"
>>       }
>
> So on Debian, this package now violates the FHS by creating new top-level
> directories under /var?
>
Hum, nope.
In fact ubuntu here also match debian. so for debian this is
PERSISTENT_DB_DIR="/var/lib/ctdb/persistent".

I will provide a patch to replace ubuntu by debian (because ubuntu is
debian but debian is not ubuntu)

Regards

Mathieu Parent



More information about the Pkg-samba-maint mailing list