diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-10-05 17:39:08 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-10-05 17:39:08 +0000 |
commit | 5fc9848533128af3a0b49b6a7b0ed8e1c90949bb (patch) | |
tree | e34cd994dd7eb798ad329f1cba15264c4275dd00 /net/smbldap-tools/files/patch-smbldap-config.pl | |
parent | - Replace USE_AUTOTOOLS with USES=autoreconf:build (diff) |
- Fix previous commit (r370095), patch is now properly integrated
PR: 193208
Submitted by: spil.oss@gmail.com (PR), dewayne@heuristicsystems.com.au (patch)
MFH: 2014Q4
Notes
Notes:
svn path=/head/; revision=370098
Diffstat (limited to 'net/smbldap-tools/files/patch-smbldap-config.pl')
-rw-r--r-- | net/smbldap-tools/files/patch-smbldap-config.pl | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net/smbldap-tools/files/patch-smbldap-config.pl b/net/smbldap-tools/files/patch-smbldap-config.pl index 874b9fe27e79..ba2626212b4a 100644 --- a/net/smbldap-tools/files/patch-smbldap-config.pl +++ b/net/smbldap-tools/files/patch-smbldap-config.pl @@ -1,5 +1,5 @@ ---- smbldap-config.pl.orig 2011-10-13 11:26:12.939953317 +0200 -+++ smbldap-config.pl 2011-10-13 11:27:09.173960781 +0200 +--- smbldap-config.pl.orig 2012-03-05 09:59:44.000000000 +0100 ++++ smbldap-config.pl 2014-10-05 19:32:18.349166265 +0200 @@ -48,7 +48,7 @@ print "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n"; @@ -42,3 +42,14 @@ # comment out the following line to get rid of the default banner # no_banner=\"1\" +@@ -557,3 +557,10 @@ + $mode=0600; + chmod $mode,"$smbldap_bind_conf","$smbldap_bind_conf.old"; + ++ ++############################################################ ++ ++=head1 NAME ++ ++=cut ++ |