[Pkg-samba-maint] r1737 - trunk/samba/debian
Eloy Paris
peloy at debian.org
Mon Mar 10 01:23:36 UTC 2008
Hi Vorlon,
On Sat, Mar 08, 2008 at 11:28:58PM +0000, vorlon at alioth.debian.org wrote:
> Author: vorlon
> Date: 2008-03-08 23:28:57 +0000 (Sat, 08 Mar 2008)
> New Revision: 1737
>
> Added:
> trunk/samba/debian/smb.conf.dapper
> trunk/samba/debian/smb.conf.etch
> trunk/samba/debian/smb.conf.gutsy
[...]
> +if [ -n "$2" ] && dpkg --compare-versions "$2" lt 3.0.28-2; then
> + if dpkg --compare-versions "$2" lt 3.0.26a-1 && [ "$2" != "${2%ubuntu*}" ]
> + then
> + base=dapper
> + elif [ "$2" != "${2%ubuntu*}" ]
> + then
> + base=gutsy
> + else
> + base=etch
> + fi
I'm curious about this change...
I guess this is part of the ucf change, but are there substantial
differences between smb.conf.{dapper,etch,gutsy}? I am not familiar with
ucf, but is the idea to support the same configuration file with some
differences across different distributions and distribution releases?
Cheers,
Eloy.-
More information about the Pkg-samba-maint
mailing list