[Bug 273306] sysutils/bacula*-server: pkg-install.server.in and pkg-deinstall.server.in are not used

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 23 Aug 2023 13:05:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273306

--- Comment #1 from Dan Langille <dvl@FreeBSD.org> ---
First thoughts:

We can remove pkg-install.client.in because all it does is /etc/services:

https://cgit.freebsd.org/ports/tree/sysutils/bacula9-server/files/pkg-install.client.in

It would remove a Makefile change to remove the reference.

We can also modify files/pkg-deinstall.client.in to remove lines 16-21

https://cgit.freebsd.org/ports/tree/sysutils/bacula9-server/files/pkg-deinstall.client.in?id=287a7ddd9b6935b8eb93775b6940eb8060e2ea31


Removing the `deinstall` files will also remove the messages about removing
directories and users

e.g. lines 22+ at

*
https://cgit.freebsd.org/ports/tree/sysutils/bacula9-server/files/pkg-deinstall.server.in?id=287a7ddd9b6935b8eb93775b6940eb8060e2ea31
*
https://cgit.freebsd.org/ports/tree/sysutils/bacula9-server/files/pkg-deinstall.client.in?id=287a7ddd9b6935b8eb93775b6940eb8060e2ea31

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