diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-08-01 22:10:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:16 -0500 |
commit | 4475dd517b1f8f466a6e0932ddb8eecfdac264d2 (patch) | |
tree | 1377a025501d2dd8dd27f20cbf0b90c5e351f67c /source4/setup/provision | |
parent | 46a41994c9a0f62c19b6319813ff50126f2b214a (diff) | |
download | samba-4475dd517b1f8f466a6e0932ddb8eecfdac264d2.tar.gz samba-4475dd517b1f8f466a6e0932ddb8eecfdac264d2.tar.bz2 samba-4475dd517b1f8f466a6e0932ddb8eecfdac264d2.zip |
r8902: Revert the small change as Andrew Bartlett asked. Now, let's go
and fix howto.txt.
rafal
(This used to be commit 5bf5559e0f71455ddf62eef11956de12d104459b)
Diffstat (limited to 'source4/setup/provision')
-rwxr-xr-x | source4/setup/provision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index 7bb5d756e0..a9bbfa6a26 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -1,5 +1,5 @@ #!/bin/sh -exec bin/smbscript "$0" ${1+"$@"} +exec smbscript "$0" ${1+"$@"} /* provision a Samba4 server Copyright Andrew Tridgell 2005 |