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

lmuelle at samba.org lmuelle at samba.org
Thu Feb 23 01:05:55 GMT 2006


Author: lmuelle
Date: 2006-02-23 01:05:51 +0000 (Thu, 23 Feb 2006)
New Revision: 13643

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

Log:
Enable script debug output to get some more details why some hosts
return with !=0 after calling installmodules.sh AUTH_MODULES.

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


Changeset:
Modified: branches/SAMBA_3_0/source/script/installmodules.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installmodules.sh	2006-02-22 21:41:14 UTC (rev 13642)
+++ branches/SAMBA_3_0/source/script/installmodules.sh	2006-02-23 01:05:51 UTC (rev 13643)
@@ -19,6 +19,8 @@
 fi
 done
 
+set -x
+
 for p in $*; do
  p2=`basename $p`
  echo Installing $p as $DESTDIR/$LIBDIR/$p2
@@ -26,4 +28,6 @@
  chmod $INSTALLPERMS $DESTDIR/$LIBDIR/$p2
 done
 
+set +x
+
 exit 0



More information about the samba-cvs mailing list