svn commit: samba r8459 - in branches/SAMBA_4_0/source/setup: .

tridge at samba.org tridge at samba.org
Thu Jul 14 09:51:50 GMT 2005


Author: tridge
Date: 2005-07-14 09:51:49 +0000 (Thu, 14 Jul 2005)
New Revision: 8459

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

Log:
move to the more portable script execution method

Modified:
   branches/SAMBA_4_0/source/setup/newuser
   branches/SAMBA_4_0/source/setup/provision


Changeset:
Modified: branches/SAMBA_4_0/source/setup/newuser
===================================================================
--- branches/SAMBA_4_0/source/setup/newuser	2005-07-14 09:23:52 UTC (rev 8458)
+++ branches/SAMBA_4_0/source/setup/newuser	2005-07-14 09:51:49 UTC (rev 8459)
@@ -1,4 +1,5 @@
-#!/usr/bin/env smbscript
+#!/bin/sh
+exec smbscript "$0" ${1+"$@"}
 /*
 	add a new user to a Samba4 server
 	Copyright Andrew Tridgell 2005

Modified: branches/SAMBA_4_0/source/setup/provision
===================================================================
--- branches/SAMBA_4_0/source/setup/provision	2005-07-14 09:23:52 UTC (rev 8458)
+++ branches/SAMBA_4_0/source/setup/provision	2005-07-14 09:51:49 UTC (rev 8459)
@@ -1,4 +1,5 @@
-#!/usr/bin/env smbscript
+#!/bin/sh
+exec smbscript "$0" ${1+"$@"}
 /*
 	provision a Samba4 server
 	Copyright Andrew Tridgell 2005



More information about the samba-cvs mailing list