Update to version 3.0.1.

This commit is contained in:
Jeremy C. Reed 2004-01-11 01:12:01 +00:00 committed by Thomas Klausner
parent 091c3403d2
commit add4096954
4 changed files with 28 additions and 27 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2004/01/10 22:08:15 jeremy-c-reed Exp $
# $NetBSD: Makefile,v 1.8 2004/01/11 01:12:01 jeremy-c-reed Exp $
DISTNAME= samba-3.0.0
DISTNAME= samba-3.0.1
WRKSRC?= ${WRKDIR}/${DISTNAME}/source
CATEGORIES= net
MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2003/11/10 17:01:08 tripledes Exp $
@comment $NetBSD: PLIST,v 1.4 2004/01/11 01:12:01 jeremy-c-reed Exp $
bin/findsmb
bin/net
bin/nmblookup
@ -16,11 +16,9 @@ bin/smbstatus
bin/smbtar
bin/smbtree
bin/tdbbackup
bin/tdbdump
bin/testparm
bin/testprns
etc/rc.d/nmbd
etc/rc.d/samba
etc/rc.d/smbd
include/libsmbclient.h
lib/libsmbclient.so
lib/samba/charset/CP437.so
@ -31,6 +29,7 @@ lib/samba/fr.msg
lib/samba/it.msg
lib/samba/ja.msg
lib/samba/lowcase.dat
lib/samba/nl.msg
lib/samba/pl.msg
lib/samba/tr.msg
lib/samba/upcase.dat
@ -65,7 +64,6 @@ man/man1/wbinfo.1
man/man5/lmhosts.5
man/man5/smb.conf.5
man/man5/smbpasswd.5
man/man7/Samba.7
man/man7/samba.7
man/man8/mount.cifs.8
man/man8/net.8
@ -85,6 +83,7 @@ sbin/nmbd
sbin/smbd
sbin/swat
sbin/updatesmbpasswd
share/doc/samba/FolderRedir.reg
share/doc/samba/NT4-Locking.reg
share/doc/samba/NT4_PlainPassword.reg
share/doc/samba/Win-NT-2K-XP-DeleteRoamingProfile.reg
@ -161,6 +160,7 @@ share/examples/samba/dce-dfs/smb.conf
share/examples/samba/genlogon/genlogon.pl
share/examples/samba/libsmbclient/Makefile
share/examples/samba/libsmbclient/README
share/examples/samba/libsmbclient/testacl.c
share/examples/samba/libsmbclient/testsmbc.c
share/examples/samba/libsmbclient/tree.c
share/examples/samba/misc/extra_smbstatus
@ -168,6 +168,7 @@ share/examples/samba/misc/mknissmbpasswd.sh
share/examples/samba/misc/modify_samba_config.pl
share/examples/samba/misc/swat.pl
share/examples/samba/misc/wall.perl
share/examples/samba/nss/wbtest.c
share/examples/samba/ntlogon/README
share/examples/samba/ntlogon/ntlogon.conf
share/examples/samba/ntlogon/ntlogon.py
@ -309,14 +310,6 @@ share/samba/swat/images/wizard.gif
share/samba/swat/include/footer.html
share/samba/swat/include/header.html
share/samba/swat/lang/ja/help/welcome.html
share/samba/swat/lang/ja/images/globals.gif
share/samba/swat/lang/ja/images/home.gif
share/samba/swat/lang/ja/images/passwd.gif
share/samba/swat/lang/ja/images/printers.gif
share/samba/swat/lang/ja/images/samba.gif
share/samba/swat/lang/ja/images/shares.gif
share/samba/swat/lang/ja/images/status.gif
share/samba/swat/lang/ja/images/viewconfig.gif
share/samba/swat/lang/ja/include/footer.html
share/samba/swat/lang/ja/include/header.html
share/samba/swat/lang/ja/include/header.nocss.html
@ -501,6 +494,7 @@ share/samba/swat/using_samba/toc.html
@dirrm share/samba/swat/lang/tr/help
@dirrm share/samba/swat/lang/tr
@dirrm share/samba/swat/lang/ja/include
@exec ${MKDIR} %D/share/samba/swat/lang/ja/images
@dirrm share/samba/swat/lang/ja/images
@dirrm share/samba/swat/lang/ja/help
@dirrm share/samba/swat/lang/ja
@ -521,6 +515,7 @@ share/samba/swat/using_samba/toc.html
@dirrm share/examples/samba/pdb/mysql
@dirrm share/examples/samba/pdb
@dirrm share/examples/samba/ntlogon
@dirrm share/examples/samba/nss
@dirrm share/examples/samba/misc
@dirrm share/examples/samba/libsmbclient
@dirrm share/examples/samba/genlogon

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2003/11/10 17:01:08 tripledes Exp $
$NetBSD: distinfo,v 1.4 2004/01/11 01:12:01 jeremy-c-reed Exp $
SHA1 (samba-3.0.0.tar.bz2) = f40d107baef6503a429b0001f33d05ae62800a38
Size (samba-3.0.0.tar.bz2) = 9848974 bytes
SHA1 (patch-aa) = 82b28e62097c712d173d2726b1275f1bcf634371
SHA1 (samba-3.0.1.tar.bz2) = e390d24beb6c4e30f75995cf3dc75d374f5586d2
Size (samba-3.0.1.tar.bz2) = 8303432 bytes
SHA1 (patch-aa) = 1da6763fd2afd112991bccb5c79ae8fab818f0bf
SHA1 (patch-ab) = c63bb902396cef5b5e5b02460c183db63c5f86d0

View file

@ -1,7 +1,8 @@
$NetBSD: patch-aa,v 1.4 2003/12/30 20:15:16 cjep Exp $
--- script/installbin.sh.orig 2003-11-10 16:44:40.000000000 +0000
+++ script/installbin.sh 2003-11-10 16:46:09.000000000 +0000
@@ -14,26 +14,23 @@
$NetBSD: patch-aa,v 1.5 2004/01/11 01:12:01 jeremy-c-reed Exp $
--- script/installbin.sh.orig Fri Oct 10 11:08:36 2003
+++ script/installbin.sh
@@ -16,29 +16,26 @@ shift
for p in $*; do
p2=`basename $p`
echo Installing $p as $BINDIR/$p2
@ -16,13 +17,18 @@ $NetBSD: patch-aa,v 1.4 2003/12/30 20:15:16 cjep Exp $
cp $p $BINDIR/
chmod $INSTALLPERMS $BINDIR/$p2
- # this is a special case, mount needs this in a specific location
# this is a special case, mount needs this in a specific location
- if [ $p2 = smbmount ]; then
- ln -sf $BINDIR/$p2 /sbin/mount.smbfs
- if [ ! -d $DESTDIR/sbin ]; then
- mkdir $DESTDIR/sbin
- fi
- ln -sf $BINDIR/$p2 $DESTDIR/sbin/mount.smbfs
- fi
+# this is a special case, mount needs this in a specific location
+# if [ $p2 = smbmount ]; then
+# ln -sf $BINDIR/$p2 /sbin/mount.smbfs
+# if [ ! -d $DESTDIR/sbin ]; then
+# mkdir $DESTDIR/sbin
+# fi
+# ln -sf $BINDIR/$p2 $DESTDIR/sbin/mount.smbfs
+# fi
done