[Mach-cvs] CVS: mach2 ChangeLog,1.317,1.318
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2009-11-15 13:26:37
|
Update of /cvsroot/mach/mach2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12211 Modified Files: ChangeLog Log Message: * src/mach-helper.c: Allow bind mount of /selinux. * scripts/mach.in: Mount and unmount /selinux as well if it exists. This fixes the build of Flumotion failing because Xvfb does not start up without it. Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.317 retrieving revision 1.318 diff -C2 -d -r1.317 -r1.318 *** ChangeLog 14 Nov 2009 17:37:43 -0000 1.317 --- ChangeLog 15 Nov 2009 13:26:26 -0000 1.318 *************** *** 1,2 **** --- 1,11 ---- + 2009-11-15 Thomas Vander Stichele <thomas at apestaart dot org> + + * src/mach-helper.c: + Allow bind mount of /selinux. + * scripts/mach.in: + Mount and unmount /selinux as well if it exists. This fixes + the build of Flumotion failing because Xvfb does not start up + without it. + 2009-11-14 Thomas Vander Stichele <thomas at apestaart dot org> |