xdm: add runit service.
This commit is contained in:
parent
ff3166f6f6
commit
1bfad5bb7a
2
srcpkgs/xdm/files/xdm/run
Executable file
2
srcpkgs/xdm/files/xdm/run
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec xdm -nodaemon 2>&1
|
@ -1,7 +1,7 @@
|
||||
# Template build file for 'xdm'.
|
||||
pkgname=xdm
|
||||
version=1.1.11
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-random-device=/dev/urandom
|
||||
--with-utmp-file=/var/run/utmp
|
||||
@ -15,3 +15,7 @@ license="MIT"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=d4da426ddea0124279a3f2e00a26db61944690628ee818a64df9d27352081c47
|
||||
|
||||
post_install() {
|
||||
vsv xdm
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user