diff options
Diffstat (limited to 'etc/rc.local')
-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 '.' |