artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3798d
)
commented xntpd stub
author
deraadt
<deraadt@openbsd.org>
Fri, 6 Sep 1996 09:47:35 +0000
(09:47 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 6 Sep 1996 09:47:35 +0000
(09:47 +0000)
etc/rc.local
patch
|
blob
|
history
diff --git
a/etc/rc.local
b/etc/rc.local
index
2ef4e2b
..
2ace737
100644
(file)
--- a/
etc/rc.local
+++ b/
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 '.'