Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 1999 09:54:18 -0400 (EDT)
From:      dmaddox@conterra.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/12497: src/etc/periodic/daily/150.clean-hoststat is not installed
Message-ID:  <199907031354.JAA01047@dmaddox.conterra.com>

next in thread | raw e-mail | index | archive | help

>Number:         12497
>Category:       bin
>Synopsis:       src/etc/periodic/daily/150.clean-hoststat is not installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul  3 07:00:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Donald J. Maddox
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

FreeBSD dmaddox.conterra.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Jun 29 22:52:58 EDT 1999     root@dmaddox.conterra.com:/usr/src/sys/compile/RHIANNON  i386

>Description:

	The Makefile in src/etc/periodic/daily/ does not install the
150.clean-hoststat file.

>How-To-Repeat:

# cd /usr/src/etc/periodic
# make install

(Then look in /etc/periodic/daily/ and confirm that 150.clean-hoststat
has not been installed)

>Fix:
	Apply this patch:

--- Makefile.orig	Fri Nov 20 21:23:43 1998
+++ Makefile	Sat Jul  3 09:08:37 1999
@@ -5,6 +5,7 @@
 	120.clean-preserve \
 	130.clean-msgs \
 	140.clean-rwho \
+	150.clean-hoststat \
 	200.backup-passwd \
 	210.backup-aliases \
 	220.backup-distfile \

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907031354.JAA01047>