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
Description:   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'.

------- Comment #1 From Lutz Schildt 2006-06-23 06:16:07 0000 -------
Created an attachment (id=89904) [details]
diff file for patch

------- Comment #2 From Lutz Schildt 2007-03-05 13:28:39 0000 -------
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.

------- Comment #3 From Lutz Schildt 2007-03-05 13:30:14 0000 -------
could someone remove my comment #2 pls, posted to the wrong bug, sry

------- Comment #4 From Michael Cummings (RETIRED) 2007-04-02 12:30:30 0000 -------
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!