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.
This commit is contained in:
parent
b869c730a4
commit
2e00a1547a
2 changed files with 5 additions and 3 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue