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
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec xdm -nodaemon 2>&1
|
||||
exec xdm -error /dev/stdout -nodaemon 2>&1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xdm'.
|
||||
pkgname=xdm
|
||||
version=1.1.11
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-random-device=/dev/urandom
|
||||
--with-utmp-file=/var/run/utmp
|
||||
|
|
Loading…
Reference in a new issue