[Pkg-ossec-devel] [pkg-ossec] 18/18: REfreshed patch #06.
Jose Antonio Quevedo Muñoz
jaqm-guest at alioth.debian.org
Tue Aug 13 15:24:53 UTC 2013
This is an automated email from the git hooks/post-receive script.
jaqm-guest pushed a commit to branch debian
in repository pkg-ossec.
commit bd831858ee1dd13303e5497dad24750a3407f0b4
Author: Jose Antonio Quevedo <joseantonio.quevedo at gmail.com>
Date: Tue Aug 13 16:47:35 2013 +0200
REfreshed patch #06.
---
debian/patches/06-control-return-status-value | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/debian/patches/06-control-return-status-value b/debian/patches/06-control-return-status-value
index 147a895..dc36d91 100644
--- a/debian/patches/06-control-return-status-value
+++ b/debian/patches/06-control-return-status-value
@@ -122,9 +122,9 @@
- ${DIRECTORY}/bin/${i} ${DEBUG_CLI};
+ ${DIR}/bin/${i} ${DEBUG_CLI};
if [ $? != 0 ]; then
+ echo "${i} did not start correctly.";
unlock;
- exit 1;
-@@ -263,13 +252,13 @@
+@@ -264,13 +253,13 @@
return 0;
fi
@@ -141,7 +141,7 @@
continue;
fi
-@@ -294,12 +283,12 @@
+@@ -295,12 +284,12 @@
if [ $? = 1 ]; then
echo "Killing ${i} .. ";
@@ -277,9 +277,9 @@
- ${DIRECTORY}/bin/${i} ${DEBUG_CLI};
+ ${DIR}/bin/${i} ${DEBUG_CLI};
if [ $? != 0 ]; then
+ echo "${i} did not start correctly.";
unlock;
- exit 1;
-@@ -272,13 +262,13 @@
+@@ -273,13 +263,13 @@
return 0;
fi
@@ -296,7 +296,7 @@
continue;
fi
-@@ -303,12 +293,12 @@
+@@ -304,12 +294,12 @@
if [ $? = 1 ]; then
echo "Killing ${i} .. ";
@@ -418,9 +418,9 @@
- ${DIRECTORY}/bin/${i};
+ ${DIR}/bin/${i};
if [ $? != 0 ]; then
+ echo "${i} did not start";
unlock;
- exit 1;
-@@ -179,13 +168,13 @@
+@@ -180,13 +169,13 @@
return 0;
fi
@@ -437,7 +437,7 @@
continue;
fi
-@@ -210,12 +199,12 @@
+@@ -211,12 +200,12 @@
if [ $? = 1 ]; then
echo "Killing ${i} .. ";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ossec/pkg-ossec.git
More information about the Pkg-ossec-devel
mailing list