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

Steve Langasek vorlon at debian.org
Thu Mar 26 19:12:07 UTC 2009


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?

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slangasek at ubuntu.com                                     vorlon at debian.org



More information about the Pkg-samba-maint mailing list