From ca5211dbdeb9ebf1755e7fa2684af8803a5a440c Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 26 Aug 1996 22:31:35 +0000 Subject: [PATCH] show xdm example, from graichen --- src/etc/rc.local | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/etc/rc.local b/src/etc/rc.local index 364d46a4..2ef4e2b6 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.4 1996/06/18 15:30:02 deraadt Exp $ +# $OpenBSD: rc.local,v 1.5 1996/08/26 22:31:35 deraadt Exp $ # site-specific startup actions, daemons # Add your local changes additions to this file @@ -13,4 +13,8 @@ echo -n 'starting local daemons:' # echo -n ' sshd'; /usr/local/sbin/sshd #fi +#if [ -x /usr/X11R6/bin/xdm ]; then +# echo -n ' xdm'; /usr/X11R6/bin/xdm +#fi + echo '.'