[Pkg-ossec-devel] [SCM] Git repository for pkg-ossec branch, master, updated. b4c5bde4914a9ed59b8c1dac77f2713debed50f7

Jose Antonio Quevedo joseantonio.quevedo at gmail.com
Thu Jul 21 19:27:19 UTC 2011


The following commit has been merged in the master branch:
commit b31eca3093a80b9fad5533e5d282b00281dd96ef
Author: Jose Antonio Quevedo <joseantonio.quevedo at gmail.com>
Date:   Thu Jul 21 21:25:27 2011 +0200

    ASetted some variables in debian/rules to make the installation script build or install properly.
    This variables works with install.sh modifications to build OR install Ossec.

diff --git a/debian/rules b/debian/rules
index 30e23f5..7f0c830 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,10 +20,26 @@ export DH_OPTIONS
 clean:
 
 build:
-	./install build
+
+	USER_LANGUAGE = en
+	USER_NO_STOP = no
+#	USER_UPDATE = 
+	USER_INSTALL_TYPE = server #( agent || local || server )
+
+	BUILD = yes	# variable used to stop the installation script
+
+	./install
 
 install:
-	./install install
+
+	USER_LANGUAGE = en
+	USER_NO_STOP = no
+#	USER_UPDATE = 
+	USER_INSTALL_TYPE = server # ( agent || local || server )
+
+	BUILD =		# variable leaved blank to continue installing the binaries
+
+	./install
 
 binary:
 

-- 
Git repository for pkg-ossec



More information about the Pkg-ossec-devel mailing list