Summary: | security/amavisd-new: fix filename of the rc scripts to comply to the rc scripting recommendations + service jails readiness | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexander Leidinger <netchild> | ||||
Component: | Individual Port(s) | Assignee: | Florian Smeets <flo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(flo) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alexander Leidinger
2024-07-05 09:28:19 UTC
Hi Alexander, thanks for your submission. I finally have some time to test this. Any reason why you didn't rename amavis-milter to amavis_milter? I see that it's also listed in your post to ports@, so I guess it was just an oversight, I'll fix that too. Thanks Florian (In reply to Florian Smeets from comment #1) Did some archeology, answering my own question. The amavis-milter script in security/amavisd-new should have been removed with 4c8100486c3bed73e4024bab00ce74c3c2d14367 18 years ago. As far as I can tell, the script hasn't been part of the package ever since. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=577ee27d110a26cc4140b4b86e0db68b1a273f9f commit 577ee27d110a26cc4140b4b86e0db68b1a273f9f Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-08-08 22:08:35 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2024-08-09 18:31:03 +0000 security/amavisd-new: service jails readiness + fixes Rename rc script to comply to the rc scripting recommendations (netchild) Make script service jail aware (netchild) Remove amavis-milter.in that should most likely have been removed with 4c8100486c3b ~18 years ago, the script hasn't been part of the package for a long time (flo) PR: 280139 UPDATING | 15 ++++++++++++ security/amavisd-new/Makefile | 6 ++--- security/amavisd-new/files/amavis-milter.in (gone) | 27 ---------------------- ...amavis-p0fanalyzer.in => amavis_p0fanalyzer.in} | 1 + security/amavisd-new/files/amavisd.in | 1 + .../files/{amavisd-snmp.in => amavisd_snmp.in} | 1 + 6 files changed, 21 insertions(+), 30 deletions(-) Committed. Thanks. |