gpm: fix runit service to not print stuff on the running tty.

This commit is contained in:
Juan RP 2014-11-06 00:08:41 +01:00
parent 74863c246b
commit e1263b0c3c
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh
exec 1>&2
exec gpm -D -m /dev/input/mice -t imps2

View File

@ -1,7 +1,7 @@
# Template file for 'gpm'
pkgname=gpm
version=1.20.7
revision=4
revision=5
build_options="systemd"
build_style=gnu-configure
hostmakedepends="automake libtool flex"