Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 16:56:26 -0700 (PDT)
From:      Kurt Werle <kwerle@pobox.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30011: Mailman port should install crontab
Message-ID:  <200108232356.f7NNuQX78893@freefall.freebsd.org>

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

>Number:         30011
>Category:       ports
>Synopsis:       Mailman port should install crontab
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 17:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Werle
>Release:        4.4pr1
>Organization:
na
>Environment:
FreeBSD twoface.frsvnsvn.san-mateo.ca.us 4.4-20010815-RC1 FreeBSD 4.4-20010815-R
C1 #1: Sat Aug 18 21:20:17 PDT 2001     root@twoface.frsvnsvn.san-mateo.ca.us:/usr/src/sys/compile/FIREWALL  i386
>Description:
When installing the mailman port, the crontab entries are not installed.  Seems that they should be.
>How-To-Repeat:
Virgin 4.4 system
cd /usr/ports/mail/mailman
make install
>Fix:
something like
crontab -u mailman -l > tempfile.txt
cat cron/crontab.in >> tempfile.txt
crontab -u mailman tempfile.txt

or maybe if mailman already has a crontab entry you don't want to change it.  But certainly if they don't have one, you should load up the default one supplied by the port.
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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