diff options
author | orchidman <orchidman@free.fr> | 2011-07-21 08:14:14 +0200 |
---|---|---|
committer | orchidman <orchidman@free.fr> | 2011-07-21 08:14:14 +0200 |
commit | a0225e150018cd1850a52f04024f70a51d192f11 (patch) | |
tree | 710a4f6286a7d0d898c31904c434ef9073d3c0b4 /extra/samba3 | |
parent | 249296ed9808519639c7c908ea0665f877894096 (diff) | |
parent | 7a58c4fa3e36ca563ec9a2d642eecdf2851a78cb (diff) | |
download | nutyx-pakxe-a0225e150018cd1850a52f04024f70a51d192f11.tar.gz nutyx-pakxe-a0225e150018cd1850a52f04024f70a51d192f11.tar.bz2 nutyx-pakxe-a0225e150018cd1850a52f04024f70a51d192f11.tar.xz nutyx-pakxe-a0225e150018cd1850a52f04024f70a51d192f11.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/samba3')
-rwxr-xr-x | extra/samba3/.md5sum.i686 | 2 | ||||
-rwxr-xr-x | extra/samba3/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | extra/samba3/Pkgfile | 8 | ||||
-rwxr-xr-x | extra/samba3/smb.conf | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/extra/samba3/.md5sum.i686 b/extra/samba3/.md5sum.i686 index 4f8cecf3f..875d93d25 100755 --- a/extra/samba3/.md5sum.i686 +++ b/extra/samba3/.md5sum.i686 @@ -1 +1 @@ -355b4530c20997e94aebc74cd6ea5307 samba-3.5.8.tar.gz +fc3fe1103cf9d71abe12a8c604f31c76 samba-3.5.9.tar.gz diff --git a/extra/samba3/.md5sum.x86_64 b/extra/samba3/.md5sum.x86_64 index 4f8cecf3f..875d93d25 100755 --- a/extra/samba3/.md5sum.x86_64 +++ b/extra/samba3/.md5sum.x86_64 @@ -1 +1 @@ -355b4530c20997e94aebc74cd6ea5307 samba-3.5.8.tar.gz +fc3fe1103cf9d71abe12a8c604f31c76 samba-3.5.9.tar.gz diff --git a/extra/samba3/Pkgfile b/extra/samba3/Pkgfile index 9866ae3c4..478c784ab 100755 --- a/extra/samba3/Pkgfile +++ b/extra/samba3/Pkgfile @@ -3,10 +3,10 @@ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: talloc, libcups, gamin, kerberos, libcap -# Run on: libcups,gamin,kerberos,libcap +# Run on: talloc,libcups,gamin,kerberos,libcap name=samba3 -version=3.5.8 +version=3.5.9 release=1 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz) @@ -14,12 +14,12 @@ source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz) build() { cd $localname-$version/source3 - ./configure --prefix=/usr \ + PYTHON_VER=2.7 ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --with-piddir=/var/run \ --with-pammodulesdir=/lib/security \ - --with-fhs --with-cups --with-syslog \ + --with-fhs --with-syslog \ --with-cifsumount --with-cifsmount make make DESTDIR=$PKG install diff --git a/extra/samba3/smb.conf b/extra/samba3/smb.conf index 7085ce741..d0336edaf 100755 --- a/extra/samba3/smb.conf +++ b/extra/samba3/smb.conf @@ -2,7 +2,7 @@ workgroup = MYGROUP netbios name = NUTYX-SERVER dos charset = cp850 - unix charset = ISO-8859-1 + unix charset = UTF-8 server string = nutyx-server ; printcap name = /etc/printcap printcap name = cups |