diff options
author | tron <tron@pkgsrc.org> | 2007-05-22 12:41:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-05-22 12:41:04 +0000 |
commit | 2e00a1547a72f4fb76eaae3acda13d971c3a2a8a (patch) | |
tree | 2f8874fae01c3f2a003a2982b5c4975b52d10c5c /net | |
parent | b869c730a45a94a4b278a7986e1d9839a550032a (diff) | |
download | pkgsrc-2e00a1547a72f4fb76eaae3acda13d971c3a2a8a.tar.gz |
Fix package list issue affecting Linux, "sbin/mount.cifs" and
"sbin/umount.cifs" were missing. Bump package revision.
This should fix PR pkg/36372 by Ondrej Tuma.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index beb368aee34..0d6cdbb93f6 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.171 2007/05/19 17:55:12 tron Exp $ +# $NetBSD: Makefile,v 1.172 2007/05/22 12:41:04 tron Exp $ .include "Makefile.mirrors" DISTNAME= samba-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/} diff --git a/net/samba/PLIST b/net/samba/PLIST index 85ed1ca9373..0a6ba1c8e85 100644 --- a/net/samba/PLIST +++ b/net/samba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2007/02/11 18:39:04 tron Exp $ +@comment $NetBSD: PLIST,v 1.36 2007/05/22 12:41:04 tron Exp $ bin/eventlogadm bin/findsmb bin/net @@ -102,9 +102,11 @@ man/man8/tdbbackup.8 man/man8/tdbdump.8 man/man8/umount.cifs.8 man/man8/winbindd.8 +${SMBMOUNT}sbin/mount.cifs sbin/nmbd sbin/smbd sbin/swat +${SMBMOUNT}sbin/umount.cifs ${WINBIND}sbin/winbindd share/doc/samba/NT4-Locking.reg share/doc/samba/NT4_PlainPassword.reg |