From 74d1c3e0ff75c8a503f58c704b603ca940b2deb0 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 6 Sep 1996 09:47:35 +0000 Subject: [PATCH] commented xntpd stub --- 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 2ef4e2b6..2ace737c 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.5 1996/08/26 22:31:35 deraadt Exp $ +# $OpenBSD: rc.local,v 1.6 1996/09/06 09:47:35 deraadt Exp $ # site-specific startup actions, daemons # Add your local changes additions to this file @@ -17,4 +17,8 @@ echo -n 'starting local daemons:' # echo -n ' xdm'; /usr/X11R6/bin/xdm #fi +#if [ -x /usr/local/bin/xntpd ]; then +# echo -n ' xntpd'; /usr/local/bin/xntpd +#fi + echo '.'