mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
irc/ngircd: Install config with read permissions for group
Fixed run with default configuration after installation without the need to manually change the permissions for the configuration file. PR: 281538
This commit is contained in:
parent
3f9657d91f
commit
e65c3d3818
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= ngircd
|
||||
DISTVERSION= 27
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= https://ngircd.barton.de/pub/ngircd/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@sample %%ETCDIR%%/ngircd.conf.sample
|
||||
@sample(,ngircd,640) %%ETCDIR%%/ngircd.conf.sample
|
||||
sbin/ngircd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Bopm.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue