[Openvas-commits] r5686 - trunk/openvas-packaging/openvas-client/debian/trunk/debian
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 23 15:35:04 CEST 2009
Author: mwiegand
Date: 2009-10-23 15:35:03 +0200 (Fri, 23 Oct 2009)
New Revision: 5686
Modified:
trunk/openvas-packaging/openvas-client/debian/trunk/debian/changelog
trunk/openvas-packaging/openvas-client/debian/trunk/debian/rules
Log:
* Set sysconfdir to make sure the logging configuration file is placed in the
correct directory.
Modified: trunk/openvas-packaging/openvas-client/debian/trunk/debian/changelog
===================================================================
--- trunk/openvas-packaging/openvas-client/debian/trunk/debian/changelog 2009-10-23 12:45:51 UTC (rev 5685)
+++ trunk/openvas-packaging/openvas-client/debian/trunk/debian/changelog 2009-10-23 13:35:03 UTC (rev 5686)
@@ -1,3 +1,10 @@
+openvas-client (3.0.0-beta2) UNRELEASED; urgency=low
+
+ * Set sysconfdir to make sure the logging configuration file is placed in the
+ correct directory.
+
+ -- Michael Wiegand <michael.wiegand at intevation.de> Fri, 23 Oct 2009 14:22:47 +0100
+
openvas-client (3.0.0-beta1) UNRELEASED; urgency=low
[ Jan-Oliver Wagner ]
Modified: trunk/openvas-packaging/openvas-client/debian/trunk/debian/rules
===================================================================
--- trunk/openvas-packaging/openvas-client/debian/trunk/debian/rules 2009-10-23 12:45:51 UTC (rev 5685)
+++ trunk/openvas-packaging/openvas-client/debian/trunk/debian/rules 2009-10-23 13:35:03 UTC (rev 5686)
@@ -33,7 +33,7 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+ ./configure $(CROSS) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
build: build-stamp
More information about the Openvas-commits
mailing list