Page MenuHomeFreeBSD

chgrp bacula ETCDIR
ClosedPublic

Authored by dvl on Dec 20 2014, 11:04 PM.
Tags
None
Referenced Files
F128663900: D1348.id2800.diff
Sat, Sep 13, 3:31 AM
F128657143: D1348.id2806.diff
Sat, Sep 13, 1:56 AM
F128655596: D1348.diff
Sat, Sep 13, 1:32 AM
Unknown Object (File)
Jun 26 2025, 8:47 AM
Unknown Object (File)
May 1 2025, 5:05 AM
Unknown Object (File)
Apr 11 2025, 8:09 AM
Unknown Object (File)
Mar 27 2025, 7:09 PM
Unknown Object (File)
Mar 18 2025, 8:31 AM
Subscribers
None

Details

Reviewers
wg
mat
Summary

commit msg will be:

ETCDIR should be chgrp bacula so the configuration files can be be read by
scripts.

While here: fix creation and deletion of /var/db/bacula to avoid error message
on pkg delete.

PR: 196017
Submitted by: timp87@gmail.com
Approved by: ? (mentor)

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dvl retitled this revision from to chgrp bacula ETCDIR.
dvl updated this object.
dvl edited the test plan for this revision. (Show Details)
dvl added reviewers: mat, wg.
sysutils/bacula5-server/pkg-plist.client
0

You should keep all the @dir at the end.

27–28

This should either be removed, or replaced by @dir.

28–30

You should put the @dir ... %%ETCDIR%% here. You can't have the same directory twice.

mat requested changes to this revision.Dec 21 2014, 12:18 AM
mat edited edge metadata.
This revision now requires changes to proceed.Dec 21 2014, 12:18 AM
dvl edited edge metadata.

Changes as described

In D1348#8, @dvl wrote:

If you want poudriere bulk logs to have any interestest you have to add -t or use poudriere testport

Sorry, that last comment should be: update MAINTAINER to my @FreeBSD address.

commit message with be:

  • ETCDIR should be chgrp bacula so the configuration files can be be read by scripts.

While here:

  • fix creation and deletion of /var/db/bacula to avoid error message on pkg delete and on removal of just the bacula-dir port.
  • Change MAINTAINER to @FreeBSD.org address

PR: 196017
Submitted by: timp87@gmail.com
Approved by: ? (mentor)

mat edited edge metadata.
mat added inline comments.
sysutils/bacula5-server/pkg-plist.client
25–28

You could change that to a single line like it's done in the other port:

@(,bacula,) sbin/bconsole
This revision is now accepted and ready to land.Dec 21 2014, 9:50 PM