From af3ccf08354192ac5a819285017018e2311ceea3 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 21 Sep 1996 07:23:55 +0000 Subject: [PATCH] tickadj example from thorsten; closes netbsd pr#1887, banshee@gabriella.resort.com more flexibly --- src/etc/rc.local | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.local b/src/etc/rc.local index 2ace737c..16c445be 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.6 1996/09/06 09:47:35 deraadt Exp $ +# $OpenBSD: rc.local,v 1.7 1996/09/21 07:23:55 deraadt Exp $ # site-specific startup actions, daemons # Add your local changes additions to this file @@ -18,7 +18,8 @@ echo -n 'starting local daemons:' #fi #if [ -x /usr/local/bin/xntpd ]; then -# echo -n ' xntpd'; /usr/local/bin/xntpd +# /usr/local/sbin/tickadj -Aq +# echo -n ' xntpd'; /usr/local/sbin/xntpd #fi echo '.'