[Erp5-report] r12125 - /umigumi/trunk/config/erp5_cd.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jan 18 10:54:24 CET 2007
Author: kevin
Date: Thu Jan 18 10:54:22 2007
New Revision: 12125
URL: http://svn.erp5.org?rev=12125&view=rev
Log:
Bump build number.
Start postfix service by default.
Force start of oood by default.
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=12125&r1=12124&r2=12125&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Thu Jan 18 10:54:22 2007
@@ -25,7 +25,7 @@
# Metadatas
description = """ERP5 LiveCD demonstrates the power of the Open Source ERP Software, ERP5."""
canonical_name = 'ERP5 LiveCD'
-version = '1.0rc11-build12'
+version = '1.0rc11-build13'
### Kernels
# TODO: generate both 32bit and 64bit version of the liveCD.
@@ -156,7 +156,7 @@
, 'mv -f /var/spool/postfix /etc/postfix/chroot'
, "sed -i -e 's/\/var\/spool\/postfix/\/etc\/postfix\/chroot/g' /etc/postfix/main.cf"
- # Hard-coded oood timeouts should be increase for the live CD because CDROM is slower than HDD !
+ # Increase oood timeouts for the live CD because CDROM are slower than HDD !
, 'sed -i -e "s/instance_load_time = 120/instance_load_time = 210/g" /etc/oood/config.py'
, 'sed -i -e "s/sleep 10/sleep 30/g" /etc/rc.d/init.d/oood'
)
@@ -202,8 +202,7 @@
, 'ntp'
, 'balance'
, 'openvpn'
-, 'bacula-fd'
-, 'cadaver'
+, 'bacula-fd', 'cadaver'
# Utils + Compression / CD/DVD
, 'ark', 'unzip', 'bzip2', 'gzip', 'cabextract', 'karchiver', 'lha'
, 'lzop', 'mscompress', 'nomarch', 'unace', 'unarj', 'unrar', 'upx', 'zoo'
@@ -503,7 +502,6 @@
, 'openvpn'
, 'partmon'
, 'portmap'
- , 'postfix'
, 'rsync'
, 'sound'
, 'squid'
@@ -516,7 +514,8 @@
enabled_service_list = (
# Be sure dbus is active (else usb enclosure devices will not be created)
'dbus'
- ,
+ , 'postfix'
+ , 'oood'
)
# Add necessary shell command to manage init script
More information about the Erp5-report
mailing list