From owner-cvs-all Thu Oct 8 11:47:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22005 for cvs-all-outgoing; Thu, 8 Oct 1998 11:47:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21979; Thu, 8 Oct 1998 11:47:31 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00940; Thu, 8 Oct 1998 11:47:30 -0700 (PDT) Date: Thu, 8 Oct 1998 11:47:30 -0700 (PDT) Message-Id: <199810081847.LAA00940@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc rc.conf src/usr.sbin/xntpd Makefile src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/10/08 11:47:30 PDT Modified files: etc rc rc.conf usr.sbin/xntpd Makefile share/man/man5 rc.conf.5 Log: Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5. Disable building tickadj(8) by removing util from SUBDIR in the xntpd Makefile. Note that the sources are still there and tickadj can still be built and installed by doing: # cd /usr/src/usr.sbin/xntpd/util # make all install There are enough references to tickadj in e.g. the xntpd documentation (not to mention the sysctl variables it uses etc.) that I don't feel up to implementing the final solution right now. Kinda-approved-by: phk Revision Changes Path 1.159 +2 -6 src/etc/rc 1.61 +1 -3 src/etc/rc.conf 1.7 +2 -2 src/usr.sbin/xntpd/Makefile 1.24 +1 -15 src/share/man/man5/rc.conf.5