]> git.pld-linux.org Git - packages/gdm.git/commitdiff
- drop upstart support auto/th/gdm-3.14.1-4
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 10 May 2015 18:45:06 +0000 (20:45 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 10 May 2015 18:45:06 +0000 (20:45 +0200)
- rel 4

gdm.init
gdm.spec
gdm.upstart [deleted file]

index 2d93dcebaf6ec6e84710439504f5c4a661562cb7..13ca65bfff5e1a5d0cee8c745374636cb2e9ce89 100644 (file)
--- a/gdm.init
+++ b/gdm.init
@@ -14,8 +14,6 @@
 
 . /etc/rc.d/init.d/functions
 
-upstart_controlled
-
 # Get service config
 if [ -f /etc/sysconfig/gdm ]; then
        . /etc/sysconfig/gdm
index 7fcc0e42249f75e5235e2fc79d9302e9f6d506bf..39fbb013d0380824e2013e170e7db5cc88895529 100644 (file)
--- a/gdm.spec
+++ b/gdm.spec
@@ -17,7 +17,7 @@ Summary(ru.UTF-8):    Дисплейный менеджер GNOME
 Summary(uk.UTF-8):     Дисплейний менеджер GNOME
 Name:          gdm
 Version:       3.14.1
-Release:       3
+Release:       4
 Epoch:         2
 License:       GPL/LGPL
 Group:         X11/Applications
@@ -29,7 +29,6 @@ Source3:      %{name}-pld-logo.png
 Source4:       %{name}-autologin.pamd
 Source5:       %{name}-custom.desktop
 Source6:       %{name}-default.desktop
-Source7:       %{name}.upstart
 Source9:       %{name}.tmpfiles
 Source10:      %{name}-fingerprint.pamd
 Source11:      %{name}-launch-environment.pamd
@@ -199,19 +198,6 @@ Init script for GDM.
 %description init -l pl.UTF-8
 Skrypt init dla GDM-a.
 
-%package upstart
-Summary:       Upstart job description for GDM
-Summary(pl.UTF-8):     Opis zadania Upstart dla GDM
-Group:         Daemons
-Requires:      %{name} = %{epoch}:%{version}-%{release}
-Requires:      upstart >= 0.6
-
-%description upstart
-Upstart job description for GDM.
-
-%description upstart -l pl.UTF-8
-Opis zadania Upstart dla GDM.
-
 %prep
 %setup -q
 %patch0 -p1
@@ -391,7 +377,3 @@ fi
 %defattr(644,root,root,755)
 %attr(754,root,root) /etc/rc.d/init.d/gdm
 %{systemdunitdir}/gdm.service
-
-%files upstart
-%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) /etc/init/%{name}.conf
diff --git a/gdm.upstart b/gdm.upstart
deleted file mode 100644 (file)
index 21b7c24..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-description "Starts the Gnome Display Manager"
-
-start on stopped rc RUNLEVEL=5 and started messagebus
-
-# if you have haldaemon present as well:
-#start on pld.sysinit-done and started messagebus and started haldaemon
-#stop on pld.shutdown-started
-stop on starting rc RUNLEVEL=[!5]
-
-respawn
-respawn limit 10 120
-
-exec /usr/sbin/gdm
This page took 0.054332 seconds and 4 git commands to generate.