This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
bugfixes, cleanups and improvements #10
Closed
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f844164
sympa 6.2.19 beta 2
xavierba 696fd25
Add changelog entry
xavierba 9abd932
Ignore test suite results on F25 and F26, earlier and later releases …
xavierba fffa167
Use %make_build and %make_install
xavierba 28644ae
Don't override PATH
xavierba c370756
Move rsyslog conf installation next to logrotate conf installation
xavierba 158c012
Remove useless ca-bundle.crt
xavierba b29bd76
Move README to doc dir
xavierba 353d936
Add note to unbundle fonts
xavierba 878a7be
Don't ship bogus smtpc.1.md
xavierba 497f4ea
Fix create_cookie to only replace the cookie config and not random co…
xavierba 45958f3
Use mktemp to create temporary cookie file in %post
xavierba 69491c4
Remove function to migrate legacy /etc/sysconfig/sympa
xavierba ecaa5cf
Remove un-necessary owner/group fixup of main and robot confs
xavierba 392f866
Don't hide intranet choices
xavierba 8992f82
Re-order %files
xavierba 5221a70
Fix creation of directory structure for overiding default configs
xavierba 447299a
data_structure.current_version needs to be owned by user and group sympa
xavierba af4808c
Replace deprecated fcgid directives with their new names
xavierba f3b6ba3
FcgidMaxProcesses should be set in /etc/httpd/conf.d/fcgid.conf if ne…
xavierba 139c03c
Rename httpd conf according to httpd version
xavierba 8a89be9
Rename README.RPM.md
xavierba 001e622
Fix typos in README.RPM.md
xavierba d65ddc7
doc: Setup MTA before DB to receive mail sent by 'sympa.pl --health_c…
xavierba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files under _sysconfdir (except
sympa.conf
) are optional: Files under DIFAULTDIR are used by default.And any or most of these files can be removed or moved by upstream in the future.
So I suppose
missingok
is better thannoreplace
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having all the config files available make it easier to understand how to tune sympa behaviour, so I'd like to keep them. But as you outlined, these config files are actually not mandatory, so I'll go with %config(noreplace,missingok) which should allow for both. If file are removed or moved upstream, it would need to be acommodated for in the specfile anyway, so this shouldn't be an issue.