Bug 105088 - [patch] net-mgmt/flowviewer
Summary: [patch] net-mgmt/flowviewer
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-02 21:10 UTC by Oleksii Samorukov
Modified: 2006-11-05 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.73 KB, patch)
2006-11-02 21:10 UTC, Oleksii Samorukov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleksii Samorukov freebsd_committer freebsd_triage 2006-11-02 21:10:21 UTC

After testing on my servers i found some bugs in my port which i corrected there:
1) work_directory statement in config file was lost.
2) filter_directory and rrdtool_directory now pointed to %%FLOWDIR%%/tmp
3) Now installation script create directories for flowviewer data with ${WWWOWN}:${WWWGRP} owner.
4) fixed typo in the pkg-message.in file (forgotten "/")
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2006-11-05 07:26:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-05 07:35:32 UTC
dinoex      2006-11-05 07:35:21 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/flowviewer  Makefile pkg-plist 
    net-mgmt/flowviewer/files patch-config pkg-message.in 
  Log:
  - fix work_directory statement in config file
  - filter_directory and rrdtool_directory now pointed to %%FLOWDIR%%/tmp
  - installation script create directories for flowviewer data with ${WWWOWN}:${WWWGRP} owner
  - fixed typo in the pkg-message.in fileD (forgotten "/")
  PR:             105088
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.2       +6 -0      ports/net-mgmt/flowviewer/Makefile
  1.2       +6 -6      ports/net-mgmt/flowviewer/files/patch-config
  1.2       +2 -2      ports/net-mgmt/flowviewer/files/pkg-message.in
  1.2       +5 -1      ports/net-mgmt/flowviewer/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 Dirk Meyer freebsd_committer freebsd_triage 2006-11-05 07:35:54 UTC
State Changed
From-To: open->closed

committed, thanks.