xdm: Don't create a separate log file for errors
This commit is contained in:
parent
dc6f171d9e
commit
85fff8a479
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue