gdm: sv check dbus is enough now as there's a check script
This commit is contained in:
parent
d43c7498cf
commit
df1e9b4aa3
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Test if dbus is running
|
sv check dbus || exit 1
|
||||||
dbus-send --system / org.freedesktop.DBus.Peer.Ping >/dev/null 2>&1 || exit 1
|
|
||||||
[ ! -d /run/gdm ] && mkdir -m0711 -p /run/gdm && chown root:gdm /run/gdm
|
[ ! -d /run/gdm ] && mkdir -m0711 -p /run/gdm && chown root:gdm /run/gdm
|
||||||
exec gdm
|
exec gdm
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.16.4
|
version=3.16.4
|
||||||
revision=3
|
revision=4
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection)
|
configure_args="$(vopt_enable gir introspection)
|
||||||
|
|
Loading…
Reference in a new issue