Merge pull request #1048 from nmeum/hotfix/xdm
xdm: Don't create a separate log file for errors
This commit is contained in:
commit
d9eef8d63b
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec xdm -nodaemon 2>&1
|
exec xdm -error /dev/stdout -nodaemon 2>&1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'xdm'.
|
# Template build file for 'xdm'.
|
||||||
pkgname=xdm
|
pkgname=xdm
|
||||||
version=1.1.11
|
version=1.1.11
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-random-device=/dev/urandom
|
configure_args="--with-random-device=/dev/urandom
|
||||||
--with-utmp-file=/var/run/utmp
|
--with-utmp-file=/var/run/utmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user