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

lmuelle at samba.org lmuelle at samba.org
Wed Jan 10 20:08:25 GMT 2007


Author: lmuelle
Date: 2007-01-10 20:08:25 +0000 (Wed, 10 Jan 2007)
New Revision: 20666

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

Log:
Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.

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:07:13 UTC (rev 20665)
+++ branches/SAMBA_3_0/source/script/installman.sh	2007-01-10 20:08:25 UTC (rev 20666)
@@ -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 ;;
-		smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
+		smbmnt.8|smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
 		*) ;;
 	    esac
 



More information about the samba-cvs mailing list