summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2020-08-06 12:09:13 +0200
committerTaijian2020-08-06 12:09:13 +0200
commit93d6ef60fa3779e02ffcc1f13157261374e05a82 (patch)
tree74e0d504f30e6e0307bac9ee45c40aca2a74b279
parentd37b4bf300866faeaeeb7dfa29ddf99b7a27200f (diff)
downloadaur-93d6ef60fa3779e02ffcc1f13157261374e05a82.tar.gz
remove some unneeded files from git tree
-rw-r--r--lightdm.service15
-rw-r--r--plymouth-read-write.service11
-rw-r--r--plymouth-start.service19
-rw-r--r--sysmacros.patch27
4 files changed, 0 insertions, 72 deletions
diff --git a/lightdm.service b/lightdm.service
deleted file mode 100644
index b2fcd829266d..000000000000
--- a/lightdm.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Light Display Manager
-Documentation=man:lightdm(1)
-Conflicts=getty@tty1.service
-After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
-
-[Service]
-ExecStart=/usr/bin/lightdm
-Restart=always
-IgnoreSIGPIPE=no
-BusName=org.freedesktop.DisplayManager
-
-[Install]
-Alias=display-manager.service
-
diff --git a/plymouth-read-write.service b/plymouth-read-write.service
deleted file mode 100644
index de4fbff6a48b..000000000000
--- a/plymouth-read-write.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Tell Plymouth To Write Out Runtime Data
-DefaultDependencies=no
-After=local-fs.target
-Before=sysinit.target
-ConditionPathExists=!/etc/initrd-release
-
-[Service]
-ExecStart=-/usr/bin/plymouth update-root-fs --read-write
-Type=oneshot
-RemainAfterExit=true
diff --git a/plymouth-start.service b/plymouth-start.service
deleted file mode 100644
index 225f19ba204c..000000000000
--- a/plymouth-start.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Show Plymouth Boot Screen
-DefaultDependencies=no
-Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service
-After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service
-Before=systemd-ask-password-plymouth.service
-ConditionKernelCommandLine=!plymouth.enable=0
-
-[Service]
-ExecStart=/usr/bin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
-ExecStartPost=-/usr/bin/plymouth show-splash
-Type=forking
-RuntimeDirectory=plymouth
-KillMode=none
-SendSIGKILL=no
-RemainAfterExit=true
-
-[Install]
-WantedBy=sysinit.target
diff --git a/sysmacros.patch b/sysmacros.patch
deleted file mode 100644
index 0624037c395d..000000000000
--- a/sysmacros.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e12b5ee34c619e88509f59424068417790b69e04 Mon Sep 17 00:00:00 2001
-From: Sakaki <sakaki@deciban.com>
-Date: Fri, 18 Aug 2017 10:08:23 -0400
-Subject: terminal: add include for sysmacros.h
-
-That file is, in some cases, not included implicitly by sys/types.h.
-
-This commit explicitly includes it.
----
- src/libply-splash-core/ply-terminal.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/libply-splash-core/ply-terminal.c b/src/libply-splash-core/ply-terminal.c
-index a0954f2..f3b32fe 100644
---- a/src/libply-splash-core/ply-terminal.c
-+++ b/src/libply-splash-core/ply-terminal.c
-@@ -32,6 +32,7 @@
- #include <sys/socket.h>
- #include <sys/stat.h>
- #include <sys/types.h>
-+#include <sys/sysmacros.h>
- #include <termios.h>
- #include <unistd.h>
- #include <wchar.h>
---
-cgit v1.1
-