svn commit: samba r20668 - in branches/SAMBA_3_0/source/script: .

lmuelle at samba.org lmuelle at samba.org
Wed Jan 10 21:46:39 GMT 2007


Author: lmuelle
Date: 2007-01-10 21:46:39 +0000 (Wed, 10 Jan 2007)
New Revision: 20668

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

Log:
Also do not install the smbumount man page if we don't build smbumount.

Modified:
   branches/SAMBA_3_0/source/script/installman.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/installman.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installman.sh	2007-01-10 20:11:59 UTC (rev 20667)
+++ branches/SAMBA_3_0/source/script/installman.sh	2007-01-10 21:46:39 UTC (rev 20668)
@@ -49,7 +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) test -z "${SMBMOUNT_PROGS}" && continue ;;
+		smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
 		*) ;;
 	    esac
 



More information about the samba-cvs mailing list