diff options
Diffstat (limited to 'extra/samba3-server')
-rwxr-xr-x | extra/samba3-server/.md5sum.i686 | 4 | ||||
-rwxr-xr-x | extra/samba3-server/.md5sum.x86_64 | 4 | ||||
-rwxr-xr-x | extra/samba3-server/Pkgfile | 6 | ||||
-rwxr-xr-x | extra/samba3-server/smb.conf | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/extra/samba3-server/.md5sum.i686 b/extra/samba3-server/.md5sum.i686 index 8fbe5a98f..f00cd3d97 100755 --- a/extra/samba3-server/.md5sum.i686 +++ b/extra/samba3-server/.md5sum.i686 @@ -1,2 +1,2 @@ -355b4530c20997e94aebc74cd6ea5307 samba-3.5.8.tar.gz -f6561501d6c68959e80e9804384cb028 smb.conf +fc3fe1103cf9d71abe12a8c604f31c76 samba-3.5.9.tar.gz +27c2f98d1ffe671d2d9237e72fe6c8fa smb.conf diff --git a/extra/samba3-server/.md5sum.x86_64 b/extra/samba3-server/.md5sum.x86_64 index 8fbe5a98f..f00cd3d97 100755 --- a/extra/samba3-server/.md5sum.x86_64 +++ b/extra/samba3-server/.md5sum.x86_64 @@ -1,2 +1,2 @@ -355b4530c20997e94aebc74cd6ea5307 samba-3.5.8.tar.gz -f6561501d6c68959e80e9804384cb028 smb.conf +fc3fe1103cf9d71abe12a8c604f31c76 samba-3.5.9.tar.gz +27c2f98d1ffe671d2d9237e72fe6c8fa smb.conf diff --git a/extra/samba3-server/Pkgfile b/extra/samba3-server/Pkgfile index f6f2fe1b1..c2192c1d3 100755 --- a/extra/samba3-server/Pkgfile +++ b/extra/samba3-server/Pkgfile @@ -6,7 +6,7 @@ # Run on: samba3 name=samba3-server -version=3.5.8 +version=3.5.9 release=1 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ @@ -21,12 +21,12 @@ build() { make DESTDIR=$PKG install-samba make DESTDIR=$PKG install-winbind 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-server/smb.conf b/extra/samba3-server/smb.conf index 7085ce741..d0336edaf 100755 --- a/extra/samba3-server/smb.conf +++ b/extra/samba3-server/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 |