summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-26 22:31:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-26 22:31:36 +0000
commit2522468846174bbc5b7d9d256d198ed8c7da26b0 (patch)
tree867bc245ce4fe0b2f83f4deeb6df1826f6ebc50a
parent741c1f87fee0facb6a35356df197de79fb7fc964 (diff)
show xdm example, from graichen
-rw-r--r--etc/rc.local6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local
index 364d46a490d..2ef4e2b6050 100644
--- a/etc/rc.local
+++ b/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 '.'