Bug 106298 - [PATCH]: remove misleading line /bin/hostname from sysutils/bsdstats
Summary: [PATCH]: remove misleading line /bin/hostname from sysutils/bsdstats
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: scrappy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-04 08:20 UTC by Andre.Albsmeier
Modified: 2007-12-20 04:40 UTC (History)
0 users

See Also:


Attachments
file.diff (304 bytes, patch)
2006-12-04 08:20 UTC, Andre.Albsmeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre.Albsmeier 2006-12-04 08:20:11 UTC
I suggest removing the line which puts the result of /bin/hostname
into the env variable HN. This hostname is never used but people
might get distracted from using bsdstats when checking the code not
close enough. (I wouldn't like to have my hostnames being sent to
the server).

How-To-Repeat: 
grep HN 300.statistics
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-04 08:20:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scrappy

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-20 04:36:44 UTC
scrappy     2007-12-20 04:36:39 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bsdstats    Makefile 
    sysutils/bsdstats/files 300.statistics 
  Log:
  Remove a reference to hostname that was in the script, but was never
  actually used anywhere ...
  
  PR:             ports/106298
  Submitted by:   Andre Albsmeier <Andre.Albsmeier@siemens.com>
  
  Revision  Changes    Path
  1.54      +1 -2      ports/sysutils/bsdstats/Makefile
  1.40      +2 -3      ports/sysutils/bsdstats/files/300.statistics
_______________________________________________
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 scrappy freebsd_committer freebsd_triage 2007-12-20 04:36:46 UTC
State Changed
From-To: open->closed


patch applied