You are not logged in.

#1 2007-11-22 23:03:43

smurnjiff
Member
Registered: 2007-06-25
Posts: 211

/etc/rc.d/functions - more sane configuration

Putting the status of the daemons during startup all the way at the right of the screen makes it difficult to see which daemon is backgrounded or which daemon failed.  I propose a more sane configuration:

antony@GENTOO ~ % diff -u functions /etc/rc.d/functions 
--- functions    2007-11-22 18:01:38.000000000 -0500
+++ /etc/rc.d/functions    2007-11-22 17:33:41.000000000 -0500
@@ -17,7 +17,7 @@
     USECOLOR=""
 fi
 # we use 13 characters for our own stuff
-STAT_COL=$[$STAT_COL - 13]
+STAT_COL=$[$STAT_COL - 70]
 
 # disable colors on broken terminals
 TERM_COLORS="$(tput colors 2>/dev/null)"

Offline

#2 2007-11-23 00:07:48

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: /etc/rc.d/functions - more sane configuration

Submit your patch as a feature request in the bugtracker - it could be missed here.

Offline

#3 2007-11-23 00:35:15

smurnjiff
Member
Registered: 2007-06-25
Posts: 211

Re: /etc/rc.d/functions - more sane configuration

I have done so, thanks.

Offline

Board footer

Powered by FluxBB