Bug 272537 - sysutils/fcron: fix owner of fcronsighup
Summary: sysutils/fcron: fix owner of fcronsighup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-16 16:50 UTC by Bob Eager
Modified: 2023-07-17 11:58 UTC (History)
2 users (show)

See Also:


Attachments
Patches for port files (1.11 KB, patch)
2023-07-16 16:50 UTC, Bob Eager
bob: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Eager 2023-07-16 16:50:07 UTC
Created attachment 243423 [details]
Patches for port files

This fixes the wrong ownership of the fcronsighup utility, which is called by fcrontab. Previously owned by 'fcron', but must be owned by root.

New files: none
Deleted files: none

Changed files:

Makefile (for PORTREVISION)
pkg-plist (to fix ownership)
Comment 1 Mina Galić freebsd_triage 2023-07-16 16:58:14 UTC
as Maintainer, you can set maintainer-approved+ on your patches
Comment 2 Bob Eager 2023-07-16 17:34:43 UTC
Sorry, can't see how to set maintainer-approved. I have set maintainer-feedback, which might be wrong.
Comment 3 Bob Eager 2023-07-16 17:37:36 UTC
(In reply to Bob Eager from comment #2)
OK, done now!
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-07-17 07:03:09 UTC
^Triage: [tags] in issue Titles are deprecated.


Thanks!
Comment 5 Bob Eager 2023-07-17 08:07:48 UTC
(In reply to Fernando Apesteguía from comment #4)

Tag comment noted. Thanks.
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2023-07-17 11:58:05 UTC
Committed,

Thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-07-17 11:58:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=475ce0ea7d505810d46703c1be17dc30e362ae8f

commit 475ce0ea7d505810d46703c1be17dc30e362ae8f
Author:     Bob Eager <bob@eager.cx>
AuthorDate: 2023-07-17 07:02:33 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-07-17 11:54:58 +0000

    sysutils/fcron: fix owner of fcronsighup

    While here, pet linters.

    PR:             272537
    Reported by:    bob@eager.cx (maintainer)

 sysutils/fcron/Makefile  | 23 ++++++++++++-----------
 sysutils/fcron/pkg-plist |  2 +-
 2 files changed, 13 insertions(+), 12 deletions(-)