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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 8 11:56:03 CET 2007


Author: kevin
Date: Thu Mar  8 11:56:02 2007
New Revision: 13280

URL: http://svn.erp5.org?rev=13280&view=rev
Log:
29th build.
Reset default init level to 5.
Update http server config to apache.
cpufreqd deamon is required and should be start at boot.
Upport "crond start at boot" fix from 2006.0 (thanks to jerome: http://svn.erp5.org/umigumi/branches/mandriva_2006.0/?rev=13262&view=rev ).
Extend list of services that must be patched to be LSB compliant.




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=13280&r1=13279&r2=13280&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Thu Mar  8 11:56:02 2007
@@ -27,7 +27,7 @@
 ### Metadatas
 description = """ERP5 LiveCD demonstrates the power of ERP5 the Open Source ERP Software by Nexedi."""
 canonical_name = 'ERP5 LiveCD'
-version = '1.0rc12-build25'
+version = '1.0rc12-build29'
 
 
 ### Kernels
@@ -82,8 +82,8 @@
 
   # Start dm later.
   # This will give erp5cdtool service the time to do its job without being disturbed.
-  #, 'rm -f /etc/rc.d/rc5.d/S30dm'
-  #, 'ln -sn /etc/rc.d/init.d/dm /etc/rc.d/rc5.d/S98dm'
+  #, 'rm -f /etc/rc.d/rc5.d/S52dm'
+  #, 'ln -sn ../init.d/dm /etc/rc.d/rc5.d/S99dm'
   # Launch oood at end
   #, 'rm -f /etc/rc.d/rc2.d/S29oood'
   #, 'rm -f /etc/rc.d/rc3.d/S29oood'
@@ -96,13 +96,13 @@
 
   # 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'
+  , 'sed -i -e "s/^id:3:initdefault:/id:5:initdefault:/" /etc/inittab'
 
   # Let apache listen port 8080 to serve ERP5 Live CD wizard
   # TODO: config below must be updated: apache 2.x is used instead of apachessl
-  #, 'sed -i -e "s/Listen 80/Listen 8080/" /etc/httpsd/conf/httpsd.conf'
-  #, 'chmod -R 0755 /var/lib/httpsd/cgi-bin/*'
-  #, 'chown -R apassl:apassl /var/lib/httpsd/cgi-bin/*'
+  , 'sed -i -e "s/Listen 0.0.0.0:80/0.0.0.0:8080/" /etc/httpd/conf/httpd.conf'
+  , 'chmod -R 0755          /var/www/cgi-bin/*'
+  , 'chown -R apache:apache /var/www/cgi-bin/*'
 
   # Add XFree symbolic link to let mklivecd found nvidia_drv.o, libglx.so, fglrx_dri.so and fglrx_drv.o
   , 'ln -sf --target-directory=/usr/X11R6/bin/ ../../bin/Xorg'
@@ -128,7 +128,6 @@
 
   # Make the system a bit secure.
   , '/usr/sbin/msec 2'
-
   # Remove msec from crontab
   , 'rm -f /etc/cron.hourly/msec'
 
@@ -168,6 +167,7 @@
 # Boot process
   'bootsplash'
 # System / Kernel
+, 'cpufreqd', 'cpufrequtils'
 , 'libaio'
 , 'schedutils'
 , 'sudo'
@@ -492,7 +492,6 @@
     'alsa'
   , 'avahi-daemon'
   , 'bacula-fd'
-  , 'crond'
   , 'cups'  # cups start is managed by /root/autoconf.py
   , 'cups-lpd'  # this service is xinetd-based
   , 'cvs'  # this service is xinetd-based
@@ -524,7 +523,9 @@
 ### Service to start at boot time
 enabled_service_list = (
     'apmiser'
+  , 'crond'
   , 'cpufreq'
+  , 'cpufreqd'
   , 'dm'
   , 'erp5cdtool'
   , 'haldaemon'
@@ -549,15 +550,18 @@
 
 ### Service to patch for LSB compliance
 non_lsb_compliance_service_list = (
-    'ultrabayd'
+    'apmiser'
+  , 'bacula-fd'
+  , 'htcacheclean'
   , 'memcached'
-  , 'bacula-fd'
+  , 'mysqld-ndbd'
+  , 'mysqld-ndb_cpcd'
+  , 'mysqld-ndb_mgmd'
+  , 'oki4daemon'
+  , 'oood'
+  , 'ultrabayd'
+  , 'wlan'
   , 'zope'
-  , 'oki4daemon'
-  , 'mysqld-ndb_cpcd'
-  , 'mysqld-ndbd'
-  , 'mysqld-ndb_mgmd'
-  , 'htcacheclean'
   )
 
 




More information about the Erp5-report mailing list