qingy: remove systemd build option (#1736)
This commit is contained in:
parent
375fcaa9a1
commit
b0bc748973
|
@ -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
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue