rpms/olpc-utils/OLPC-2 dot-xsession-example, 1.1, 1.2 olpc-utils.spec, 1.10, 1.11

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Wed Nov 14 16:07:13 UTC 2007


Author: bernie

Update of /cvs/pkgs/rpms/olpc-utils/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22834

Modified Files:
	dot-xsession-example olpc-utils.spec 
Log Message:
* Mon Nov 13 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.43-2
- Typo: /etc/skel/.xession-example -> /etc/skel/.xsession-example
- Add "ulimit -c unlimited" example in .xsession-example



Index: dot-xsession-example
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/OLPC-2/dot-xsession-example,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dot-xsession-example	7 Nov 2007 02:01:31 -0000	1.1
+++ dot-xsession-example	14 Nov 2007 16:06:39 -0000	1.2
@@ -1,4 +1,8 @@
 # Copy this file to ~/.xsession to customize your X session
+#
+# Contents of this file are preserved on updates because it lives in your $HOME
+# Check the master copy in /etc/skel/.xsession-example for updates
+#
 
 # Uncomment the following lines to turn on many sugar debugging
 # log files and features
@@ -11,6 +15,9 @@
 #export PRESENCESERVICE_DEBUG=1
 #export SUGAR_LOGGER_LEVEL=debug
 
+# Uncomment the following line to enable core dumps
+#ulimit -c unlimited
+
 # Uncomment the following line to debug sugar startup problems
 #exec xterm
 


Index: olpc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/OLPC-2/olpc-utils.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- olpc-utils.spec	7 Nov 2007 18:45:21 -0000	1.10
+++ olpc-utils.spec	14 Nov 2007 16:06:39 -0000	1.11
@@ -37,7 +37,7 @@
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
-install -D -m 0644 %{SOURCE100} $RPM_BUILD_ROOT/etc/skel/.xession-example
+install -D -m 0644 %{SOURCE100} $RPM_BUILD_ROOT/etc/skel/.xsession-example
 
 
 %post
@@ -70,10 +70,14 @@
 %{_sysconfdir}/X11/xorg-dcon.conf
 %{_sysconfdir}/X11/xorg-emu.conf
 %{_sysconfdir}/rc.d/init.d/olpc-configure
-%{_sysconfdir}/skel/.xession-example
+%{_sysconfdir}/skel/.xsession-example
 
 
 %changelog
+* Mon Nov 13 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.43-2
+- Typo: /etc/skel/.xession-example -> /etc/skel/.xsession-example
+- Add "ulimit -c unlimited" example in .xsession-example
+
 * Mon Nov 06 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.43-1
 - Reverse check for A-test (bad monkey no bananas)
 - Restore i18n, integrate /usr/bin/sugar.




More information about the fedora-extras-commits mailing list