gdm: redirect output in sv run script

This commit is contained in:
Enno Boland 2016-04-14 20:37:39 +02:00
parent df1e9b4aa3
commit 524a93dbc0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
sv check dbus || exit 1
sv check dbus > /dev/null || exit 1
[ ! -d /run/gdm ] && mkdir -m0711 -p /run/gdm && chown root:gdm /run/gdm
exec gdm

View file

@ -1,7 +1,7 @@
# Template file for 'gdm'
pkgname=gdm
version=3.16.4
revision=4
revision=5
patch_args="-Np1"
build_style=gnu-configure
configure_args="$(vopt_enable gir introspection)