Author: mimir Date: 2005-08-01 22:10:24 +0000 (Mon, 01 Aug 2005) New Revision: 8902
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8902 Log: Revert the small change as Andrew Bartlett asked. Now, let's go and fix howto.txt. rafal Modified: branches/SAMBA_4_0/source/setup/provision Changeset: Modified: branches/SAMBA_4_0/source/setup/provision =================================================================== --- branches/SAMBA_4_0/source/setup/provision 2005-08-01 22:04:25 UTC (rev 8901) +++ branches/SAMBA_4_0/source/setup/provision 2005-08-01 22:10:24 UTC (rev 8902) @@ -1,5 +1,5 @@ #!/bin/sh -exec bin/smbscript "$0" ${1+"$@"} +exec smbscript "$0" ${1+"$@"} /* provision a Samba4 server Copyright Andrew Tridgell 2005
