From a591b774ed219bcdec9c12abd839054d2eeccae4 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 14 Jul 2000 01:35:08 +0000 Subject: [PATCH] Alter pkg/INSTALL to reflect ntpd's new startup from rc.local instead of rc.securelevel. Only tickadj needs to be run pre-securelevel. Approved-By: jason --- sysutils/xntpd/pkg/INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/xntpd/pkg/INSTALL b/sysutils/xntpd/pkg/INSTALL index 006b2e17955..878efb73580 100644 --- a/sysutils/xntpd/pkg/INSTALL +++ b/sysutils/xntpd/pkg/INSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: INSTALL,v 1.2 2000/07/01 17:14:31 brad Exp $ +# $OpenBSD: INSTALL,v 1.3 2000/07/14 01:35:08 matt Exp $ # # Pre/post-installation setup of xntpd @@ -16,14 +16,14 @@ do_notice() { echo echo "+---------------" - echo "| html documentation for $1 can be found in the directory" - echo "| ${PREFIX}/share/doc/ntp. To use this application you must" + echo "| HTML documentation for $1 can be found in the directory" + echo "| ${PREFIX}/share/doc/ntp. To use this application you must:" echo "|" echo "| 1) create/update the file ${CONFIG_FILE} (see the documentation)" echo "| 2) restart your system" echo "|" - echo "| The system restart is necessary as $1 is started from" - echo "| /etc/rc.securelevel before the system securelevel is changed" + echo "| The system restart is necessary as tickadj is run from" + echo "| /etc/rc.securelevel before the system securelevel is changed." echo "+---------------" echo }