From marck@woozle.rinet.ru  Sat May 22 11:15:28 2004
Return-Path: <marck@woozle.rinet.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CC20816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 May 2004 11:15:28 -0700 (PDT)
Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 223D843D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 May 2004 11:15:28 -0700 (PDT)
	(envelope-from marck@woozle.rinet.ru)
Received: from woozle.rinet.ru (localhost [127.0.0.1])
	by woozle.rinet.ru (8.12.11/8.12.11) with ESMTP id i4MIFG6Z020008
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 May 2004 22:15:16 +0400 (MSD)
	(envelope-from marck@woozle.rinet.ru)
Received: (from marck@localhost)
	by woozle.rinet.ru (8.12.11/8.12.11/Submit) id i4MIFGrt020007;
	Sat, 22 May 2004 22:15:16 +0400 (MSD)
	(envelope-from marck)
Message-Id: <200405221815.i4MIFGrt020007@woozle.rinet.ru>
Date: Sat, 22 May 2004 22:15:16 +0400 (MSD)
From: Dmitry Morozovsky <marck@rinet.ru>
Reply-To: Dmitry Morozovsky <marck@rinet.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sysutils/bacula config install typo
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67054
>Category:       ports
>Synopsis:       sysutils/bacula config install typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lkoeller
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 22 11:20:27 PDT 2004
>Closed-Date:    Sun May 23 05:17:22 PDT 2004
>Last-Modified:  Sun May 23 05:17:22 PDT 2004
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 4-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 4-STABLE 


>Description:

Bacula Makefile contains a typo preventing package from building.

>How-To-Repeat:

cd /usr/ports/sysutils/bacula
make package BATCH=1

Observe tar failing due to absence of sample config files.

>Fix:

Index: sysutils/bacula/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/bacula/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- sysutils/bacula/Makefile	16 May 2004 13:12:56 -0000	1.21
+++ sysutils/bacula/Makefile	22 May 2004 18:12:32 -0000
@@ -182,7 +182,7 @@
 		if [ -f ${PREFIX}/etc/bacula-$$na.conf.new ]; then \
 			${ECHO_CMD} "etc/bacula-$$na.conf.new" >> ${TMPPLIST}; \
 		elif [ -f ${PREFIX}/etc/bacula-$$na.conf ]; then \
-			${MV} ${PREFIX}/etc/bacula-$$na.conf ${PREFIX}/etc/bacula-$$na.sample; \
+			${MV} ${PREFIX}/etc/bacula-$$na.conf ${PREFIX}/etc/bacula-$$na.conf.sample; \
 			${ECHO_CMD} "etc/bacula-$$na.conf.sample" >> ${TMPPLIST}; \
 		fi \
 	done; \
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lkoeller 
Responsible-Changed-By: vs 
Responsible-Changed-When: Sun May 23 04:25:37 PDT 2004 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67054 
State-Changed-From-To: open->closed 
State-Changed-By: lkoeller 
State-Changed-When: Sun May 23 05:15:55 PDT 2004 
State-Changed-Why:  
o) Some minutes before this PR arrives me, 've fixed the problem 
myself, together with another small typo (bconsole.conf). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67054 
>Unformatted:
