summaryrefslogtreecommitdiff
path: root/samba
diff options
context:
space:
mode:
authorJuergen Daubert <juergen.daubert@t-online.de>2006-07-13 16:21:35 +0000
committerJuergen Daubert <juergen.daubert@t-online.de>2006-07-13 16:21:35 +0000
commita027b0e79095296ae4e41dd603a64bcfa499dc05 (patch)
tree0d8e19c10dfb1c5f41715f67684d01d4235d0cdc /samba
parenta9cf50e27b8bf4a52a41170345a4882d6661bb3c (diff)
downloadopt-a027b0e79095296ae4e41dd603a64bcfa499dc05.tar.gz
opt-a027b0e79095296ae4e41dd603a64bcfa499dc05.tar.xz
samba: update to 3.0.23
Diffstat (limited to 'samba')
-rw-r--r--samba/.footprint4
-rw-r--r--samba/.md5sum2
-rw-r--r--samba/Pkgfile7
3 files changed, 7 insertions, 6 deletions
diff --git a/samba/.footprint b/samba/.footprint
index 5d6e583de..efade8dc5 100644
--- a/samba/.footprint
+++ b/samba/.footprint
@@ -5,7 +5,7 @@ drwxr-xr-x root/root etc/samba/
drwxr-xr-x root/root etc/samba/private/
-rw-r--r-- root/root etc/samba/smb.conf.default
drwxr-xr-x root/root sbin/
-lrwxrwxrwx root/root sbin/mount.smbfs -> ../usr/bin/smbmount
+lrwxrwxrwx root/root sbin/mount.smbfs -> /usr/bin/smbmount
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/eventlogadm
@@ -116,8 +116,10 @@ drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/umount.cifs.8.gz
-rw-r--r-- root/root usr/man/man8/winbindd.8.gz
drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/mount.cifs
-rwxr-xr-x root/root usr/sbin/nmbd
-rwxr-xr-x root/root usr/sbin/smbd
+-rwxr-xr-x root/root usr/sbin/umount.cifs
-rwxr-xr-x root/root usr/sbin/winbindd
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
diff --git a/samba/.md5sum b/samba/.md5sum
index b6b5f2212..e65929781 100644
--- a/samba/.md5sum
+++ b/samba/.md5sum
@@ -1,2 +1,2 @@
448caca4745aef1a842f4fdb1aa62e1e samba
-5c39505af17cf5caf3d6ed8bab135036 samba-3.0.22.tar.gz
+f2f8722248021ca0e8f31b1853d3bf66 samba-3.0.23.tar.gz
diff --git a/samba/Pkgfile b/samba/Pkgfile
index c775c5a12..fd33262f1 100644
--- a/samba/Pkgfile
+++ b/samba/Pkgfile
@@ -4,23 +4,23 @@
# Depends on: ncurses, readline
name=samba
-version=3.0.22
+version=3.0.23
release=1
source=(http://us1.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba)
build () {
cd $name-$version/source
- sed -i '31d' script/installbin.sh
./configure --prefix=/usr \
--with-fhs \
--with-smbmount \
--with-configdir=/etc/samba \
--with-lockdir=/var/run/samba \
--with-piddir=/var/run/samba \
+ --with-mandir=/usr/man \
--with-logfilebase=/var/log/samba
make
- make DATADIR=/usr/share MANDIR=/usr/man DESTDIR=$PKG install
+ make DESTDIR=$PKG install
# nsswitch extensions
install nsswitch/libnss_win{s,bind}.so $PKG/usr/lib/samba
@@ -28,7 +28,6 @@ build () {
install -d $PKG/{sbin,var/log/samba}
# symlinks
- (cd $PKG/sbin; ln -s ../usr/bin/smbmount mount.smbfs)
(cd $PKG/usr/lib
ln -s samba/libsmbclient.so libsmbclient.so
ln -s samba/libsmbclient.so libsmbclient.so.0

Generated by cgit