[Pkg-ossec-devel] [SCM] Git repository for pkg-ossec branch, master, updated. 795a363bc34580bbf9e8c16e1622a6ba73efdfad
Jose Antonio Quevedo
joseantonio.quevedo at gmail.com
Fri Jul 22 15:45:44 UTC 2011
The following commit has been merged in the master branch:
commit 795a363bc34580bbf9e8c16e1622a6ba73efdfad
Merge: e772f038dad213072c395ffe8fe69a72743ebb26 5d54c5181218c25c23518908f1a8ee968f219cc4
Author: Jose Antonio Quevedo <joseantonio.quevedo at gmail.com>
Date: Fri Jul 22 17:36:39 2011 +0200
Merge branch 'upstream'
diff --combined install.sh
index 9594e58,85fd721..bc7a75a
--- a/install.sh
+++ b/install.sh
@@@ -11,7 -11,8 +11,8 @@@
# Changelog 15/07/2006 - Rafael M. Capovilla <under at underlinux.com.br>
# New function AddTable to add support for OpenBSD pf rules in firewall-drop active response
-
+ # Uncomment the next line for debug mode.
+ set -x
### Looking up for the execution directory
cd `dirname $0`
@@@ -77,9 -78,6 +78,9 @@@ Install(
echo "CEXTRA=${CEXTRA}" >> ./src/Config.OS
+ # If only-building
+ if [ "X${BUILD}" = "Xyes" ]; then
+
# Makefile
echo " - ${runningmake}"
cd ./src
@@@ -100,11 -98,6 +101,11 @@@
fi
fi
+ exit 0
+
+ else # End of building
+
+
# If update, stop ossec
if [ "X${update_only}" = "Xyes" ]; then
UpdateStopOSSEC
@@@ -155,7 -148,7 +156,7 @@@
notmodified="yes"
fi
fi
-
+ fi
}
--
Git repository for pkg-ossec
More information about the Pkg-ossec-devel
mailing list