diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:39:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:39:06 (GMT) |
commit | d6516faa2bb58b90035609b16674cb86b75a7570 (patch) | |
tree | 288971230c879eef2009e70ef2c5c3a7cbb9aa76 /abs/core/plymouth/plymouth-pid.patch | |
parent | d4f87c26be94acfef50c606440fab2dd3f04c167 (diff) | |
download | linhes_pkgbuild-d6516faa2bb58b90035609b16674cb86b75a7570.zip linhes_pkgbuild-d6516faa2bb58b90035609b16674cb86b75a7570.tar.gz linhes_pkgbuild-d6516faa2bb58b90035609b16674cb86b75a7570.tar.bz2 |
update to 0.8.8.52.g37d2e40. refs #891
Diffstat (limited to 'abs/core/plymouth/plymouth-pid.patch')
-rw-r--r-- | abs/core/plymouth/plymouth-pid.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/abs/core/plymouth/plymouth-pid.patch b/abs/core/plymouth/plymouth-pid.patch deleted file mode 100644 index 3f141b0..0000000 --- a/abs/core/plymouth/plymouth-pid.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/systemd-units/systemd-ask-password-plymouth.service.in 2012-09-26 18:50:53.000000000 +0200 -+++ b/systemd-units/systemd-ask-password-plymouth.service.in 2012-10-28 23:12:04.295327564 +0100 -@@ -6,7 +6,7 @@ - After=plymouth-start.service - Before=shutdown.target - ConditionKernelCommandLine=!plymouth.enable=0 --ConditionPathExists=/run/plymouth/pid -+ConditionPathExists=/run/plymouth.pid - - [Service] - ExecStart=/bin/systemd-tty-ask-password-agent --watch --plymouth ---- a/systemd-units/systemd-ask-password-plymouth.path.in 2012-09-26 18:50:53.000000000 +0200 -+++ b/systemd-units/systemd-ask-password-plymouth.path.in 2012-10-28 23:11:54.348555717 +0100 -@@ -6,7 +6,7 @@ - After=plymouth-start.service - Before=basic.target shutdown.target - ConditionKernelCommandLine=!plymouth.enable=0 --ConditionPathExists=/run/plymouth/pid -+ConditionPathExists=/run/plymouth.pid - - [Path] - DirectoryNotEmpty=/run/systemd/ask-password ---- a/systemd-units/plymouth-start.service.in 2012-09-26 18:50:53.000000000 +0200 -+++ b/systemd-units/plymouth-start.service.in 2012-10-28 23:11:35.731982414 +0100 -@@ -7,7 +7,7 @@ - ConditionKernelCommandLine=!plymouth.enable=0 - - [Service] --ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session -+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=/run/plymouth.pid --attach-to-session - ExecStartPost=-/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash - Type=forking - KillMode=none |