Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 13:05:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273306] sysutils/bacula*-server: pkg-install.server.in and pkg-deinstall.server.in are not used
Message-ID:  <bug-273306-7788-HFVTWQkqCq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273306-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273306-7788@https.bugs.freebsd.org/bugzilla/>

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

--- 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-insta=
ll.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-deins=
tall.client.in?id=3D287a7ddd9b6935b8eb93775b6940eb8060e2ea31


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-deins=
tall.server.in?id=3D287a7ddd9b6935b8eb93775b6940eb8060e2ea31
*
https://cgit.freebsd.org/ports/tree/sysutils/bacula9-server/files/pkg-deins=
tall.client.in?id=3D287a7ddd9b6935b8eb93775b6940eb8060e2ea31

--=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-273306-7788-HFVTWQkqCq>