Bug 137725 - patch for genlop, to display a progress indicator
|
Bug#:
137725
|
Product: Portage Development
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: tools-portage@gentoo.org
|
Reported By: lutz.schildt@googlemail.com
|
|
Component: Third-Party Tools
|
|
|
URL:
|
|
Summary: patch for genlop, to display a progress indicator
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-06-23 06:14 0000
|
Adds a line to the output for genlop -c that shows the progress of each
currently running emerge, like the following:
Currently merging 1 out of 4
* gnome-extra/gnome-games-2.12.3
Nothing big but a neat extension, especialy for people that like to use 'watch
genlop -c -n'.
if I remember correctly that is what ntp-client is for, but the systemclock
only gets fixed AFTER aiccu tried to start and aborted due to incorrect
system-clock.
Without after ntpd in /etc/init.d/aiccu in depend() this is what happens:
1. ntp-client starts
2. aiccu fails to start due to the clock
3. ntpd starts and time is adjusted
With after ntpd:
1. ntp-client starts
2. ntpd starts and time is adjusted
3. aiccu starts
What bothers me is that ntp-client does not set the clock before ntpd has
started though as it should.
could someone remove my comment #2 pls, posted to the wrong bug, sry
genlop has been moved into gentoo's svn per permission from the original
authors to take over maintainership. The fix for this bug has been added to
svn, thanks!