[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Thu Nov 3 13:57:55 MDT 2011


The branch, v3-5-test has been updated
       via  2bec3bd examples: Fix perl path.
      from  b7bc7cd s3:rpc_server/srv_netlogon: make sure we don't use an unitialized variable

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 2bec3bd80fc16699dfe8cc6aa3afd97881b8bfe9
Author: Günther Deschner <gd at samba.org>
Date:   Thu Nov 3 20:55:08 2011 +0100

    examples: Fix perl path.
    
    Fix bug #8176 (wall.perl example uses /usr/loca/bin for pat to perl binary).

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

Summary of changes:
 examples/misc/wall.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/examples/misc/wall.perl b/examples/misc/wall.perl
index 9303658..72d6e89 100644
--- a/examples/misc/wall.perl
+++ b/examples/misc/wall.perl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 # 
 #@(#) smb-wall.pl Description:
 #@(#) A perl script which allows you to announce whatever you choose to


-- 
Samba Shared Repository


More information about the samba-cvs mailing list