summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-21 07:23:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-21 07:23:56 +0000
commit4471636bce59b3b808bba36dc209e27da36c6c29 (patch)
treec4cf94d5533e026cc50a9be313ac2144bd127744
parentfd334406e24b64db0d2b9bba295a30a2955fc78a (diff)
tickadj example from thorsten; closes netbsd pr#1887, banshee@gabriella.resort.com more flexibly
-rw-r--r--etc/rc.local5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.local b/etc/rc.local
index 2ace737ccbe..16c445be07b 100644
--- a/etc/rc.local
+++ b/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 '.'