[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Tue May 11 11:13:05 MDT 2010


The branch, master has been updated
       via  5d5e392... pidl: fix build on systems that don't have perl in /usr/bin/
      from  7e49fd9... s4:dsdb: cached results of samdb_rodc()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5d5e3920dce453369de433d805623b0761268416
Author: Björn Jacke <bj at sernet.de>
Date:   Tue May 11 19:11:38 2010 +0200

    pidl: fix build on systems that don't have perl in /usr/bin/

-----------------------------------------------------------------------

Summary of changes:
 pidl/pidl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/pidl/pidl b/pidl/pidl
index d0623a0..c9e571a 100755
--- a/pidl/pidl
+++ b/pidl/pidl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
 
 ###################################################
 # package to parse IDL files and generate code for


-- 
Samba Shared Repository


More information about the samba-cvs mailing list