From b0bc748973c8a0e629b1a84dba201192a2b557d9 Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Wed, 1 Jul 2015 08:39:44 +0000 Subject: [PATCH] qingy: remove systemd build option (#1736) --- srcpkgs/qingy/files/qingy@.service | 21 --------------------- srcpkgs/qingy/template | 7 ++----- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/qingy/files/qingy@.service diff --git a/srcpkgs/qingy/files/qingy@.service b/srcpkgs/qingy/files/qingy@.service deleted file mode 100644 index 5ecc4b64038..00000000000 --- a/srcpkgs/qingy/files/qingy@.service +++ /dev/null @@ -1,21 +0,0 @@ -[Unit] -Description=Qingy on %I -Documentation=info:qingy -After=systemd-user-sessions.service plymouth-quit-wait.service - -[Service] -Environment=TERM=linux -ExecStart=/usr/bin/qingy %I -n -Type=idle -Restart=always -RestartSec=0 -UtmpIdentifier=%I -TTYPath=/dev/%I -TTYReset=yes -TTYVHangup=yes -TTYVTDisallocate=yes -KillMode=process -IgnoreSIGPIPE=no - -[Install] -WantedBy=getty.target diff --git a/srcpkgs/qingy/template b/srcpkgs/qingy/template index d83980dfdd3..53e4dcda835 100644 --- a/srcpkgs/qingy/template +++ b/srcpkgs/qingy/template @@ -1,7 +1,7 @@ # Template file for 'qingy' pkgname=qingy version=1.0.0 -revision=14 +revision=15 lib32disabled=yes build_style=gnu-configure makedepends="ncurses-devel libressl-devel @@ -22,13 +22,10 @@ conf_files=" /etc/qingy/settings /etc/qingy/welcomes" -build_options="pam systemd x11" +build_options="pam x11" build_options_default="pam x11" post_install() { - if [ "$build_option_systemd" ]; then - vinstall ${FILESDIR}/qingy@.service 644 usr/lib/systemd/system - fi sed -i '/pam_console/d' ${DESTDIR}/etc/pam.d/qingy sed -i 's#usr/X11R6/bin#usr/bin#' ${DESTDIR}/etc/qingy/settings }