diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-26 22:31:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-26 22:31:36 +0000 |
commit | 2522468846174bbc5b7d9d256d198ed8c7da26b0 (patch) | |
tree | 867bc245ce4fe0b2f83f4deeb6df1826f6ebc50a | |
parent | 741c1f87fee0facb6a35356df197de79fb7fc964 (diff) |
show xdm example, from graichen
-rw-r--r-- | etc/rc.local | 6 |
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 '.' |