Bug 222102 - [patch] net/gnatsd: Fix config file permission
Summary: [patch] net/gnatsd: Fix config file permission
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-09-06 13:49 UTC by Romain Tartière
Modified: 2017-09-06 14:06 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olgeni)


Attachments
Fix (556 bytes, patch)
2017-09-06 13:49 UTC, Romain Tartière
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Tartière freebsd_committer freebsd_triage 2017-09-06 13:49:23 UTC
Created attachment 186119 [details]
Fix

Dear maintainer,

The port currently installs /usr/local/etc/gnatsd.conf with mode 0555.

The attached patch fixes this and install the config file with 0644 permissions.

Please note that I have not bumped PORTREVISION with this change.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-06 14:05:44 UTC
A commit references this bug:

Author: olgeni
Date: Wed Sep  6 14:05:07 UTC 2017
New revision: 449345
URL: https://svnweb.freebsd.org/changeset/ports/449345

Log:
  Fix permissions of gnatsd.conf.sample.

  PR:		222102
  Submitted by:	Romain Tartiere

Changes:
  head/net/gnatsd/Makefile
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2017-09-06 14:06:33 UTC
Good catch - thank you!