Bug 120756 - [PATCH] sysutils/munin-node: Use fixed GID
Summary: [PATCH] sysutils/munin-node: Use fixed GID
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-17 13:30 UTC by gslin
Modified: 2010-02-24 20:23 UTC (History)
1 user (show)

See Also:


Attachments
munin-node-1.2.5_3.patch (5.36 KB, patch)
2008-02-17 13:30 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2008-02-17 13:30:01 UTC
- Use fixed GID
- Fix FATAL message of "portlint -a"

Added file(s):
- files/munin-node.in

Removed file(s):
- files/munin-node.sh.in

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-17 13:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-24 20:19:00 UTC
des         2010-02-24 20:18:51 UTC

  FreeBSD ports repository

  Modified files:
    .                    GIDs UIDs 
    sysutils/munin-common Makefile 
    sysutils/munin-master Makefile pkg-deinstall pkg-install 
                          pkg-plist 
    sysutils/munin-master/files pkg-message.in 
    sysutils/munin-node  Makefile pkg-deinstall pkg-install 
                         pkg-plist 
    sysutils/munin-node/files pkg-message.in 
  Added files:
    sysutils/munin-node/files 
                              patch-node-node.d.freebsd-if_.in.diff 
                              patch-node-node.d.freebsd-if_errcoll_.in.diff 
  Removed files:
    sysutils/munin-common/files pkg-message.in 
  Log:
  Massive cleanup of the Munin ports:
  
   - Use a fixed UID / GID
   - Fix handling of sample configs in plists
   - Add missing plist entries (mostly directories)
   - Use /var/munin instead of %D/var/munin
   - Consistently use %%FOODIR%% instead of ${PREFIX}/foo etc.
   - Honor BATCH / PACKAGE_BUILDING
   - Fix network throughput probes (if_ and if_errcoll_)
  
  PR:             120755, 120756, 124528, 129576, 129577, 143804
  Submitted by:   see PRs
  Feature safe:   yes
  
  Revision  Changes    Path
  1.88      +2 -1      ports/GIDs
  1.102     +2 -1      ports/UIDs
  1.2       +3 -4      ports/sysutils/munin-common/Makefile
  1.2       +0 -8      ports/sysutils/munin-common/files/pkg-message.in (dead)
  1.22      +12 -4     ports/sysutils/munin-master/Makefile
  1.4       +1 -1      ports/sysutils/munin-master/files/pkg-message.in
  1.5       +0 -35     ports/sysutils/munin-master/pkg-deinstall
  1.7       +0 -40     ports/sysutils/munin-master/pkg-install
  1.10      +6 -1      ports/sysutils/munin-master/pkg-plist
  1.31      +20 -8     ports/sysutils/munin-node/Makefile
  1.1       +16 -0     ports/sysutils/munin-node/files/patch-node-node.d.freebsd-if_.in.diff (new)
  1.1       +17 -0     ports/sysutils/munin-node/files/patch-node-node.d.freebsd-if_errcoll_.in.diff (new)
  1.3       +2 -2      ports/sysutils/munin-node/files/pkg-message.in
  1.5       +0 -11     ports/sysutils/munin-node/pkg-deinstall
  1.5       +0 -24     ports/sysutils/munin-node/pkg-install
  1.15      +15 -8     ports/sysutils/munin-node/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2010-02-24 20:23:29 UTC
State Changed
From-To: open->closed

Committed, thanks.