IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of GentooImageUpdate


Ignore:
Timestamp:
Jun 30, 2009, 1:53:26 PM (17 years ago)
Author:
jhoblitt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GentooImageUpdate

    v1 v2  
    102102
    103103
     104
     105ipp 0.5 update commands
     106
     107
     108{{{
     109emerge -K1va portage-2.1.6.13.tbz2
     110emerge -C sys-apps/man-pages dev-db/mysql
     111emerge -K1 mysql-5.0.tbz2
     112# required by net-ftp/ftpbase
     113rm /etc/ftpusers /etc/pam.d/ftp
     114# conflicts with texlive
     115emerge -C app-text/tetex
     116equery list -i  2> /dev/null | grep perl-gcpan | xargs emerge -C
     117# nagios 2.x conficts with nagios 3.x
     118emerge -C nagios
     119emerge -K1va *
     120# we just broke nagios so restart it
     121/etc/init.d/nrpe restart
     122}}}
     123
     124
     125
     126