Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2000 17:10:43 -0400 (EDT)
From:      howardjp@wam.umd.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/19567: [PATCH] Silly bug in periodic script (clean-msgs)
Message-ID:  <200006282110.RAA64907@byzantine.student.umd.edu>

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

>Number:         19567
>Category:       conf
>Synopsis:       [PATCH] Silly bug in periodic script (clean-msgs)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 28 14:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Howard
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
University of Maryland
>Environment:

FreeBSD m-net.wccnet.org 4.0-STABLE FreeBSD 4.0-STABLE #0: Thu Jun 15
19:05:23 EDT 2000     trex@m-net.wccnet.org:/usr/src/sys/compile/M-NET
i386

>Description:

The etc/periodic/daily/140 script checks the enable flag for the
etc/periodic/daily/130 variable.  

>How-To-Repeat:

N/A

>Fix:

--- 130.clean-msgs.orig	Wed Jun 28 17:06:17 2000
+++ 130.clean-msgs	Wed Jun 28 17:06:33 2000
@@ -13,7 +13,7 @@
     source_periodic_confs
 fi
 
-case "$daily_clean_preserve_enable" in
+case "$daily_clean_msgs_enable" in
     [Yy][Ee][Ss])
 	if [ -d /var/msgs ]
 	then

>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?200006282110.RAA64907>