On Mon, Sep 05, 2011 at 06:00:06PM +0100, Nigel Taylor wrote:
> Hi,
> 
> Rather than remove the @man entries, replace @man with @comment, that
> should allow update-plist to be run without reinserting the entries.
> 
> Just happen to see there is pam_winbind above,
> 
> pkg_info -L samba | grep pam
> /usr/local/man/cat5/pam_winbind.conf.0
> /usr/local/man/cat8/pam_winbind.0
> /usr/local/share/locale/de/LC_MESSAGES/pam_winbind.mo
> 
> these could also be commented out also.

Okay.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.148
diff -u -r1.148 Makefile
--- Makefile    22 Aug 2011 10:03:24 -0000      1.148
+++ Makefile    5 Sep 2011 17:12:01 -0000
@@ -7,6 +7,7 @@
 
 DISTNAME=              samba-3.5.11
 PKGNAME-main=          ${DISTNAME}
+REVISION-main=         0
 FULLPKGNAME-docs=      ${DISTNAME:S/-/-docs-/}
 FULLPKGPATH-docs=      net/samba,-docs
 
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v
retrieving revision 1.16
diff -u -r1.16 PLIST-main
--- pkg/PLIST-main      14 Jul 2011 08:42:02 -0000      1.16
+++ pkg/PLIST-main      5 Sep 2011 17:12:01 -0000
@@ -123,7 +123,7 @@
 @man man/man1/vfstest.1
 @man man/man1/wbinfo.1
 @man man/man5/lmhosts.5
-@man man/man5/pam_winbind.conf.5
+@comment man/man5/pam_winbind.conf.5
 @man man/man5/smb.conf.5
 @man man/man5/smbgetrc.5
 @man man/man5/smbpasswd.5
@@ -139,10 +139,10 @@
 @man man/man8/idmap_rid.8
 @man man/man8/idmap_tdb.8
 @man man/man8/idmap_tdb2.8
-@man man/man8/mount.cifs.8
+@comment man/man8/mount.cifs.8
 @man man/man8/net.8
 @man man/man8/nmbd.8
-@man man/man8/pam_winbind.8
+@comment man/man8/pam_winbind.8
 @man man/man8/pdbedit.8
 @man man/man8/smbd.8
 @man man/man8/smbpasswd.8
@@ -151,7 +151,7 @@
 @man man/man8/tdbbackup.8
 @man man/man8/tdbdump.8
 @man man/man8/tdbtool.8
-@man man/man8/umount.cifs.8
+@comment man/man8/umount.cifs.8
 @man man/man8/vfs_acl_tdb.8
 @man man/man8/vfs_acl_xattr.8
 @man man/man8/vfs_audit.8
@@ -188,7 +188,7 @@
 @sample ${SYSCONFDIR}/samba/
 share/examples/samba/smb.conf.default
 @sample ${SYSCONFDIR}/samba/smb.conf
-share/locale/de/LC_MESSAGES/pam_winbind.mo
+@comment share/locale/de/LC_MESSAGES/pam_winbind.mo
 share/swat/
 share/swat/help/
 share/swat/help/welcome-no-samba-doc.html

> 
> Nigel
> 
> 

Reply via email to