Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > dd65863fc5cef96fe30901cf3dc0115d > files > 8

linux_logo-3.9b5-5mdk.i586.rpm

- make own version of getopt

- configure scripts?  I tried this, but it just bloated the sourcecode
    just to detect gcc/cc and architecture stuff.  For now I think the
    makefiles are working ok.
  
- Have architecture-specific default sysinfo output?
  That way archs like m68k that have extra info [like Amiga, Atari, Mac]
  can display this w/o adding hacks to make it look proper on archs
  w/o such info [ix86]
  
- fix the Banner/Classic mode options to not be specific to one or the other.

- suggested by Edward Betts <edward@hairnet.demon.co.uk>
> One of the monitors on my linux box is an old ibm monochrome display. I
> always run linux-logo as linux_logo -ascii, because the colour version
> really does not work very well. I wonder could you check the value of TERM
> and if it is linux-m, run in mono mode (print linux_logo -ascii) by default,
> as some other programs do like mc, lynx, mutt and slrn do.

  [this is possible.  Don't have time to code it right now however.. would
   want some-sort of override switch to overcome it too]

- see the ./libsysinfo directory for sysinfo stuff