[debian-edu-commits] debian-edu/pkg-team/ 01/08: debian/patches: Update 0011_evaluate-run-deploy-var.patch. No output if RUN_DEPLOY is set to false.

Mike Gabriel sunweaver at debian.org
Mon Feb 15 14:56:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository ldap2zone.

commit f767573aa293987c4a9d0aa3304c82f61c7c526a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Feb 15 15:27:37 2016 +0100

    debian/patches: Update 0011_evaluate-run-deploy-var.patch. No output if RUN_DEPLOY is set to false.
---
 debian/patches/0011_evaluate-run-deploy-var.patch | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/patches/0011_evaluate-run-deploy-var.patch b/debian/patches/0011_evaluate-run-deploy-var.patch
index 401f0fa..4e656bf 100644
--- a/debian/patches/0011_evaluate-run-deploy-var.patch
+++ b/debian/patches/0011_evaluate-run-deploy-var.patch
@@ -3,12 +3,11 @@ Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 
 --- a/ldap2bind
 +++ b/ldap2bind
-@@ -2,6 +2,11 @@
+@@ -2,6 +2,10 @@
  
  [ -r /etc/default/ldap2zone ] && . /etc/default/ldap2zone
  
 +if [ "$RUN_DEPLOY" != "false" ]; then
-+        echo "RUN_DEPLOY is set to false, doing nothing..."
 +        exit 0
 +fi
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/ldap2zone.git



More information about the debian-edu-commits mailing list