packages: lightdm/lightdm.spec, lightdm/upstart-path.patch (NEW) - fix path...

glen glen at pld-linux.org
Sun Sep 25 19:53:14 CEST 2011


Author: glen                         Date: Sun Sep 25 17:53:14 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix path in upstart config

---- Files affected:
packages/lightdm:
   lightdm.spec (1.14 -> 1.15) , upstart-path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lightdm/lightdm.spec
diff -u packages/lightdm/lightdm.spec:1.14 packages/lightdm/lightdm.spec:1.15
--- packages/lightdm/lightdm.spec:1.14	Sun Sep 25 12:51:57 2011
+++ packages/lightdm/lightdm.spec	Sun Sep 25 19:53:09 2011
@@ -11,6 +11,7 @@
 Source1:	%{name}.pamd
 Patch0:		%{name}-qt4.patch
 Patch1:		%{name}-disable_tests.patch
+Patch2:		upstart-path.patch
 URL:		http://www.freedesktop.org/wiki/Software/LightDM
 BuildRequires:	QtCore-devel
 BuildRequires:	QtDBus-devel
@@ -107,6 +108,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -d m4
@@ -230,6 +232,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2011/09/25 17:53:09  glen
+- fix path in upstart config
+
 Revision 1.14  2011/09/25 10:51:57  glen
 - update url
 

================================================================
Index: packages/lightdm/upstart-path.patch
diff -u /dev/null packages/lightdm/upstart-path.patch:1.1
--- /dev/null	Sun Sep 25 19:53:14 2011
+++ packages/lightdm/upstart-path.patch	Sun Sep 25 19:53:09 2011
@@ -0,0 +1,8 @@
+--- lightdm-0.9.8/data/init/lightdm.conf~	2011-09-01 10:10:32.000000000 +0300
++++ lightdm-0.9.8/data/init/lightdm.conf	2011-09-25 20:52:03.004262124 +0300
+@@ -9,4 +9,4 @@
+ emits login-session-start
+ emits desktop-session-start
+ 
+-exec /usr/bin/lightdm
++exec /usr/sbin/lightdm
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lightdm/lightdm.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list