Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 681348

Summary: www-misc/monitorix - systemd service uses wrong exec path
Product: Gentoo Linux Reporter: David <wokko>
Component: Current packagesAssignee: Pedro <dwosky>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11446
Whiteboard:
Package list:
Runtime testing required: ---

Description David 2019-03-23 04:55:30 UTC
www-misc/monitorix systemd service file has wrong executable path

/lib/systemd/system/monitorix.service

ExecStart=/usr/bin/monitorix -c /etc/monitorix/monitorix.conf -p /run/monitorix.pid

Where monitorix installs binary in /usr/sbin/monitorix
Comment 1 Larry the Git Cow gentoo-dev 2019-04-09 08:07:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53604532f966e9c3399169b87d30b16cd4e7070

commit e53604532f966e9c3399169b87d30b16cd4e7070
Author:     Pedro Arizmendi <dwosky@zoho.com>
AuthorDate: 2019-03-21 16:45:48 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2019-04-09 07:29:06 +0000

    www-misc/monitorix: version bump to 3.11.0.
    
    - Updated monitorix to version 3.11.0
    - Fixed systemd script bug referencing the wrong path
    - Updated init.d script to avoid issues
    
    Closes: https://bugs.gentoo.org/681348
    Signed-off-by: Pedro Arizmendi <dwosky@zoho.com>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11
    Closes: https://github.com/gentoo/gentoo/pull/11446
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 www-misc/monitorix/Manifest                |   1 +
 www-misc/monitorix/files/monitorix         |  30 +++++++++
 www-misc/monitorix/files/monitorix.init    |  24 -------
 www-misc/monitorix/monitorix-3.11.0.ebuild | 105 +++++++++++++++++++++++++++++
 4 files changed, 136 insertions(+), 24 deletions(-)