Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 666
    • Issues 666
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 283
    • Merge requests 283
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Our ARM infrastructure is unreachable at the moment, so CI jobs will time-out and packages will not be updated until the servers are back.

  • alpinealpine
  • aportsaports
  • Merge requests
  • !2940

main/opensmtpd: silence checkconfig output

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Sören Tempel requested to merge nmeum/aports:opensmtpd-no-output into master Jan 11, 2020
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 2

By default the checkconfig command writes "configuration OK" to standard output. This is inconsistent with all other services which do not write anything to standard output. Additionally, this may cause strange output when booting with rc_parallel="YES" where multiple services write to standard output concurrently.

Unfortunately, it is not possible to only display errors in the configuration since both error messages and the "configuration OK" message are written to standard error [1].

Edited Jan 11, 2020 by Sören Tempel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: opensmtpd-no-output