[Erp5-report] r6829 - /umigumi/trunk/config/erp5_cd.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 20 14:19:28 CEST 2006


Author: jerome
Date: Thu Apr 20 14:19:26 2006
New Revision: 6829

URL: http://svn.erp5.org?rev=6829&view=rev
Log:
remove kopete and xsane in favor of apache-ssl and squid

Modified:
    umigumi/trunk/config/erp5_cd.py

Modified: umigumi/trunk/config/erp5_cd.py
URL: http://svn.erp5.org/umigumi/trunk/config/erp5_cd.py?rev=6829&r1=6828&r2=6829&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Thu Apr 20 14:19:26 2006
@@ -99,6 +99,8 @@
   # Better to use sed rather than custom files.
   , 'sed -i -e "s/^Country=.*/Country=us/" -e "s/^Language=.*/Language=en_US:en/" -e "s/^Charset=.*/Charset=iso10646-1/" /etc/kde/kdeglobals'
   , 'sed -i -e "s/^id:3:initdefault:/id:5:initdefault:/" /etc/inittab'
+  # disable apache on port 80
+  , 'sed -i -e "s/Listen 80/#Listen 80 # Disabled in ERP5 LiveCD/" /etc/httpsd/conf/httpsd.conf'
 
   # Add XFree symbolic link
   , 'ln -sf /usr/X11R6/bin/Xorg /etc/X11/X'
@@ -230,7 +232,7 @@
 # Mozilla Firefox
 , 'mozilla-firefox'
 # Instant Messaging
-, 'kopete'
+#, 'kopete'
 # Web Development
 # , 'quanta'
 # Software Development
@@ -248,14 +250,12 @@
 , 'vim-enhanced'
 # Office
 , 'OpenOffice.org'
-, 'planner', 'planner-python'
 # Fonts
 , 'urw-fonts', 'ghostscript-fonts', 'fonts-bitmap-tscii', 'fonts-ttf-decoratives'
 , 'fonts-ttf-vera', 'fonts-ttf-latex'
 # Graphics
-, 'gimp', 'gimp-data-extras', 'gimp-python', 'xsane-gimp'
+, 'gimp', 'gimp-data-extras', 'gimp-python'
 , 'scribus', 'kooka', 'dia', 'kdegraphics-kpdf', 'ImageMagick', 'kbarcode'
-, 'clara', 'xsane', 'sane-backends'
 # Printing
 , 'cups', 'cups-drivers', 'foomatic-db', 'foomatic-filters'
 , 'ghostscript', 'ghostscript-fonts', 'ghostscript-module-X', 'printer-utils', 'a2ps'
@@ -274,6 +274,9 @@
 #, 'zope-VisualTraceback'
 , 'zope-LDAPMultiPlugins'
 , 'zope-ZopeTestCase'
+# Web Frontends
+, 'apache-ssl'
+, 'squid'
 )
 
 # Language codes are defined as ISO 639




More information about the Erp5-report mailing list