/usr/local/libexec/munin/ should be owned by -main, not -server so that it
is properly removed at pkg_delete time.
This commit is contained in:
parent
a0ec438a5e
commit
b2b5d1602b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2017/03/06 07:33:29 kirby Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2017/05/16 08:47:22 ajacoutot Exp $
|
||||
|
||||
PORTROACH = limitw:1,even
|
||||
|
||||
@ -11,6 +11,9 @@ PKGNAME-main = munin-node-$V
|
||||
PKGNAME-server =munin-server-$V
|
||||
CATEGORIES = net
|
||||
|
||||
REVISION-main = 0
|
||||
REVISION-server = 0
|
||||
|
||||
HOMEPAGE = http://munin-monitoring.org/
|
||||
MASTER_SITES = http://downloads.munin-monitoring.org/munin/stable/$V/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.16 2015/07/16 01:25:48 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.17 2017/05/16 08:47:22 ajacoutot Exp $
|
||||
@conflict munin-server-<2.0.21
|
||||
@newgroup _munin:644
|
||||
@newgroup _munin-plugin:645
|
||||
@ -68,6 +68,7 @@ libdata/perl5/site_perl/Munin/Plugin/
|
||||
libdata/perl5/site_perl/Munin/Plugin.pm
|
||||
libdata/perl5/site_perl/Munin/Plugin/Pgsql.pm
|
||||
libdata/perl5/site_perl/Munin/Plugin/SNMP.pm
|
||||
libexec/munin/
|
||||
libexec/munin/munin-async
|
||||
libexec/munin/munin-asyncd
|
||||
libexec/munin/plugins/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.6 2014/05/30 10:28:17 kirby Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.7 2017/05/16 08:47:22 ajacoutot Exp $
|
||||
@extraunexec rm -rf /var/www/htdocs/munin/*
|
||||
@extraunexec rm -rf /var/db/munin/*
|
||||
@owner www
|
||||
@ -7,7 +7,6 @@
|
||||
@sample /var/www/htdocs/munin/
|
||||
@owner
|
||||
bin/munin-cron
|
||||
libexec/munin/
|
||||
libexec/munin/DejaVuSans.ttf
|
||||
libexec/munin/DejaVuSansMono.ttf
|
||||
libexec/munin/munin-datafile2storable
|
||||
|
Loading…
x
Reference in New Issue
Block a user