[Pkg-nagios-changes] [pkg-mod-gearman] 10/48: fixed logrotate path

Stig Sandbeck Mathisen ssm at debian.org
Sun Nov 24 22:38:08 UTC 2013


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

ssm pushed a commit to branch master
in repository pkg-mod-gearman.

commit 8a56af8441f3cdfb0afdc7b7bbdb37f047c316e6
Author: Sven Nierlein <Sven.Nierlein at consol.de>
Date:   Mon Aug 12 12:58:29 2013 +0200

    fixed logrotate path
---
 Makefile.am | 4 ++--
 get_version | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 05a1e1b..e2b72f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,9 +247,9 @@ install-data-local: install-local-state-dir $(install_epnfiles)
 
 
 install-config:
-	$(install_sh_PROGRAM) etc/mod_gearman_neb.conf $(DESTDIR)$(sysconfdir)/mod_gearman/mod_gearman_neb.conf
+	$(install_sh_PROGRAM) etc/mod_gearman_neb.conf    $(DESTDIR)$(sysconfdir)/mod_gearman/mod_gearman_neb.conf
 	$(install_sh_PROGRAM) etc/mod_gearman_worker.conf $(DESTDIR)$(sysconfdir)/mod_gearman/mod_gearman_worker.conf
-	$(install_sh_PROGRAM) etc/mod_gearman_worker $(DESTDIR)$(sysconfdir)/logrotate.d/mod_gearman
+	$(install_sh_PROGRAM) etc/mod_gearman_logrotate   $(DESTDIR)$(sysconfdir)/logrotate.d/mod_gearman
 	@echo "################################################################"
 	@echo ""
 	@echo " configuration:"
diff --git a/get_version b/get_version
index a1d3207..138717f 100755
--- a/get_version
+++ b/get_version
@@ -14,7 +14,7 @@ if [ $? -eq 0 ]; then
 fi
 
 # if we are not on a exact tag, use the last tag and add the date
-version=`git tag -l | sort -V| sed -e 's/^v//g' | tail -n 1`
+version=`git tag -l | sort -V | sed -e 's/^v//g' | tail -n 1`
 if [ $? -eq 0 ]; then
   date=`date +%Y%m%d`
   major=` echo $version | cut -d . -f 1`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-mod-gearman



More information about the Pkg-nagios-changes mailing list