diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2017-02-26 16:51:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2017-02-26 16:51:19 +0000 |
commit | 718cfc6500d2c050df1f7dc0e77b5d25f6c21330 (patch) | |
tree | 3c95e06440285d838873e74c0a48eec4b9e26d4c /etc/rc.d/xenodm | |
parent | 27678cac5cd59c78540cfca1e18b9c092d42a0ee (diff) |
Switch to xenodm(1).
Do it now deraadt@
Diffstat (limited to 'etc/rc.d/xenodm')
-rw-r--r-- | etc/rc.d/xenodm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/rc.d/xenodm b/etc/rc.d/xenodm new file mode 100644 index 00000000000..d8c85a8a32d --- /dev/null +++ b/etc/rc.d/xenodm @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $OpenBSD: xenodm,v 1.1 2017/02/26 16:51:18 matthieu Exp $ + +daemon="/usr/X11R6/bin/xenodm" + +. /etc/rc.d/rc.subr + +rc_cmd $1 |