diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 09:47:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 09:47:36 +0000 |
commit | 7801c10358e4a44272d26593265abbbfc30aa115 (patch) | |
tree | 04bb408c42be54444a2ea25e49338ad686b16b89 | |
parent | a9fad65849395a390d2cb91fb18b2ab88d41ea8f (diff) |
commented xntpd stub
-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 2ef4e2b6050..2ace737ccbe 100644 --- 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 '.' |