Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2007 11:18:28 GMT
From:      Volker Werth<volker@vwsoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/109714: [Patch] bacula-server (fd) rc.d script bug
Message-ID:  <200703011118.l21BISs2015298@www.freebsd.org>
Resent-Message-ID: <200703011120.l21BK3Kx000724@freefall.freebsd.org>

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

>Number:         109714
>Category:       ports
>Synopsis:       [Patch] bacula-server (fd) rc.d script bug
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 01 11:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Volker Werth
>Release:        6-STABLE
>Organization:
>Environment:
>Description:
latest commit of sysutils/bacula-server contains a typo for /usr/local/etc/rc.d/bacula-fd.
bacula-fd can't get started anymore.
>How-To-Repeat:

>Fix:
--- bacula-fd.in.orig   Thu Mar  1 12:15:15 2007
+++ bacula-fd.in        Thu Mar  1 12:15:27 2007
@@ -18,7 +18,7 @@
 
 name="bacula_fd"
 rcvar=${name}_enable
-command=%%PREFIX%%sbin/bacula-fd
+command=%%PREFIX%%/sbin/bacula-fd
 
 load_rc_config $name

>Release-Note:
>Audit-Trail:
>Unformatted:



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