svn commit: samba r21195 - in branches/SAMBA_3_0_25/source: include script

jerry at samba.org jerry at samba.org
Tue Feb 6 21:11:45 GMT 2007


Author: jerry
Date: 2007-02-06 21:11:44 +0000 (Tue, 06 Feb 2007)
New Revision: 21195

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21195

Log:
sync minor changes from SAMBA_3_0 (comments and const)lib/privileges.c
Modified:
   branches/SAMBA_3_0_25/source/include/dlinklist.h
   branches/SAMBA_3_0_25/source/script/installman.sh


Changeset:
Modified: branches/SAMBA_3_0_25/source/include/dlinklist.h
===================================================================
--- branches/SAMBA_3_0_25/source/include/dlinklist.h	2007-02-06 21:10:46 UTC (rev 21194)
+++ branches/SAMBA_3_0_25/source/include/dlinklist.h	2007-02-06 21:11:44 UTC (rev 21195)
@@ -59,7 +59,7 @@
           DLIST_ADD(list, p); \
 } while (0)
 
-/* hook into the end of the list - needs a tmp pointer */
+/* hook into the end of the list - needs the entry type */
 #define DLIST_ADD_END(list, p, type) \
 do { \
 		if (!(list)) { \

Modified: branches/SAMBA_3_0_25/source/script/installman.sh
===================================================================
--- branches/SAMBA_3_0_25/source/script/installman.sh	2007-02-06 21:10:46 UTC (rev 21194)
+++ branches/SAMBA_3_0_25/source/script/installman.sh	2007-02-06 21:11:44 UTC (rev 21195)
@@ -49,6 +49,7 @@
 	    # Check if this man page if required by the configured feature set
 	    case "${MP_BASENAME}" in
 	    	smbsh.1) test -z "${SMBWRAPPER}" && continue ;;
+		smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
 		*) ;;
 	    esac
 



More information about the samba-cvs mailing list