From owner-cvs-all@FreeBSD.ORG Mon Jan 12 11:56:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A057116A4CE; Mon, 12 Jan 2004 11:56:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1C1343D53; Mon, 12 Jan 2004 11:56:23 -0800 (PST) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0CJuN0B054023; Mon, 12 Jan 2004 11:56:23 -0800 (PST) (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0CJuNo2054022; Mon, 12 Jan 2004 11:56:23 -0800 (PST) (envelope-from lkoeller) Message-Id: <200401121956.i0CJuNo2054022@repoman.freebsd.org> From: Lars Koeller Date: Mon, 12 Jan 2004 11:56:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefile pkg-deinstall pkg-install ports/sysutils/bacula/files patch-eom-nextvol patch-weekofmonth X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 19:56:24 -0000 lkoeller 2004/01/12 11:56:23 PST FreeBSD ports repository Modified files: sysutils/bacula Makefile pkg-install Added files: sysutils/bacula pkg-deinstall sysutils/bacula/files patch-eom-nextvol patch-weekofmonth Log: o) Fix a bug concerning the creation of /var/db/bacula and chmod in pkg-install in pre-install phase (wrong order). o) Add/delete lines for file, storage and director ports in /etc/services o) Add bacula patches concerning EOM handling, choosing the next volume, and calculating weekofmonth Revision Changes Path 1.10 +8 -7 ports/sysutils/bacula/Makefile 1.1 +278 -0 ports/sysutils/bacula/files/patch-eom-nextvol (new) 1.1 +62 -0 ports/sysutils/bacula/files/patch-weekofmonth (new) 1.1 +26 -0 ports/sysutils/bacula/pkg-deinstall (new) 1.2 +13 -3 ports/sysutils/bacula/pkg-install