Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2024 07:38:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276634] sysutils/bareos-client: ${BAREOS_DIR} not preserved in sysutils/bareos-server/files/pkg-deinstall.client.in
Message-ID:  <bug-276634-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276634

            Bug ID: 276634
           Summary: sysutils/bareos-client: ${BAREOS_DIR} not preserved in
                    sysutils/bareos-server/files/pkg-deinstall.client.in
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm@FreeBSD.org
          Reporter: Trond.Endrestol@ximalas.info
          Assignee: acm@FreeBSD.org
             Flags: maintainer-feedback?(acm@FreeBSD.org)

During upgrade of sysutils/bareos-client the following appeared:

[18/31] Upgrading bareos-client from 23.0.1 to 23.0.1_1...
=3D=3D=3D> Creating groups.
Using existing group 'bareos'.
=3D=3D=3D> Creating users
Using existing user 'bareos'.
=3D=3D=3D> Creating homedir(s)
[18/31] Extracting bareos-client-23.0.1_1: 100%
Check if  is empty and delete it to permanently remove the bareos port.
To delete Bareos group permanently, use 'pw groupdel bareos'

Notice the value of ${BAREOS_DIR} is missing in the second to last line.

I think the easiest fix is to add the foillowing line after
BACULA_DIR=3D%%BAREOS_DIR%%

BAREOS_DIR=3D%%BAREOS_DIR%%

Or, if BACULA_DIR isn't needed, just "s/BACULA_DIR=3D/BAREOS_DIR=3D/".

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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