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

Karolin Seeger kseeger at samba.org
Thu Nov 3 13:59:25 MDT 2011


The branch, v3-6-test has been updated
       via  b01b1fa examples: Fix perl path.
      from  3b4268f s3-netlogon: Fix setting the machinge account password.

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


- Log -----------------------------------------------------------------
commit b01b1faafe32fbb88739ae8aaaf9f2fe5e1dcdcf
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).
    (cherry picked from commit 2bec3bd80fc16699dfe8cc6aa3afd97881b8bfe9)

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

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