conf/19567: [PATCH] Silly bug in periodic script (clean-msgs)

[ Available lists | Index of freebsd-bugs | Month of Jun 2000 | Week of 28 Jun 2000 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
<howardjp@wam.umd.edu>
Date
28 Jun 2000 14:20:07
Subject
conf/19567: [PATCH] Silly bug in periodic script (clean-msgs)
Message-ID
200006282110.RAA64907@byzantine.student.umd.edu


[ Hide this part ]
 
>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



Elapsed time: 0.079 seconds