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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 18 18:02:22 CET 2007


Author: kevin
Date: Thu Jan 18 18:02:18 2007
New Revision: 12136

URL: http://svn.erp5.org?rev=12136&view=rev
Log:
Update postfix path found in the /etc folder.
Include latests Mandriva 2006 kernel security updates.
Bump build revision.

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=12136&r1=12135&r2=12136&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Thu Jan 18 18:02:18 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-build13'
+version = '1.0rc11-build14'
 
 ### Kernels
 # TODO: generate both 32bit and 64bit version of the liveCD.
@@ -39,7 +39,7 @@
 # Use 'i586-up-1GB' kernel flavour for laptop based on Celeron
 # This is the nexedi version of the Mandriva official kernel-i586-up-1GB-2.6.12.27mdk,
 #   patched to support NTFS Read/Write
-kernel = 'i586-up-1GB-2.6.12.27nxd'
+kernel = 'i586-up-1GB-2.6.12.29nxd'
 
 # Global variables (allow to customize ERP5)
 remove_file = 1                         # If set to 1, remove files
@@ -154,7 +154,7 @@
 
   # Move postfix queue directory else it will be erased by mklivecd
   , 'mv -f /var/spool/postfix /etc/postfix/chroot'
-  , "sed -i -e 's/\/var\/spool\/postfix/\/etc\/postfix\/chroot/g' /etc/postfix/main.cf"
+  , "grep -RIl '/var/spool/postfix' /etc/ | xargs -i sed -i -e 's/\/var\/spool\/postfix/\/etc\/postfix\/chroot/g' {}"
 
   # 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'




More information about the Erp5-report mailing list