| Summary: | mysql database backup script for periodic/daily | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | andreas <andreas> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | feld |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
andreas
2004-07-19 19:20:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale@FreeBSD.org over to maintainer of all 4 mysql server ports Responsible Changed From-To: ale@FreeBSD.org->ale fix resposible party Shouldn't the ". /etc/rc.conf" be the following in the periodic script:
if [ -r /etc/defaults/periodic.conf ]
then
. /etc/defaults/periodic.conf
source_periodic_confs
else
. /etc/periodic.conf
fi
Resolving as FIXED because this functionality exists in databases/mysqlbackup |