Bug 106284 - sysutils/bsdstats intiialization delay unneccessary
Summary: sysutils/bsdstats intiialization delay unneccessary
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 00:30 UTC by Mikko Tyolajarvi
Modified: 2006-12-04 01:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.40 KB, patch)
2006-12-04 00:30 UTC, Mikko Tyolajarvi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikko Tyolajarvi 2006-12-04 00:30:12 UTC
If one follow the pkg-message of bsdstats and execute
/usr/ports/sysutils/bsdstats/pkg-install to set up reporting,
there is up to 10 minutes of delay after answering 'y' to the
last prompt.  The delay is not really needed when running this
manual reporting (as opposed to when running from cron) and
may make the user wonder what on earth is going on.

I suggest the delay be removed in this case.

How-To-Repeat: Install bsdports, run the suggested command:

PKG_PREFIX="/usr/local" /bin/sh /usr/ports/sysutils/bsdstats/pkg-install bsdstats-5.0 POST-INSTALL

Answer 'y' to all questions.  Then wait...
Comment 1 Shaun Amott freebsd_committer freebsd_triage 2006-12-04 00:40:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scrappy

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-04 01:44:29 UTC
scrappy     2006-12-04 01:44:24 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/bsdstats    Makefile pkg-install 
    sysutils/bsdstats/files 300.statistics 
  Log:
  make bsdstats's install a bit more friendly
  
  PR:             ports/106284
  Submitted by:   Mikko Tyolajarvi<mbsd@pacbell.net>
  
  Revision  Changes    Path
  1.43      +1 -1      ports/sysutils/bsdstats/Makefile
  1.35      +3 -3      ports/sysutils/bsdstats/files/300.statistics
  1.5       +2 -2      ports/sysutils/bsdstats/pkg-install
_______________________________________________
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 2006-12-04 01:44:32 UTC
State Changed
From-To: open->closed


Applied patch