Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #10663] Incorrect redirect for stderr in /usr/lib/icinga2/prepare-dirs #3680

Closed
icinga-migration opened this issue Nov 18, 2015 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/10663

Created by kbela on 2015-11-18 14:55:11 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-11-18 19:18:44 +00:00)
Target Version: 2.4.1
Last Update: 2015-11-26 08:53:56 +00:00 (in Redmine)

Icinga Version: 2.4.0
Backport?: Not yet backported
Include in Changelog: 1

The script /usr/lib/icinga2/prepare-dirs, from package icinga2-common-2.4.0-1.el6.x86_64 apparently has a typo on line 50:

  1. Fresh install
  2. # cat -n /usr/lib/icinga2/prepare-dirs | grep 50 | grep restorecon
    50 if type restorecon >/dev/null 2&>1; then

Should be 2>&1 instead of 2&>1.

Changesets

2015-11-18 19:18:04 +00:00 by (unknown) 9f44fad

Fix typo in prepare-dirs / safe-reload

fixes #10663

2015-11-18 19:18:27 +00:00 by (unknown) 5c310c4

Fix typo in prepare-dirs / safe-reload

fixes #10663
@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-11-18 19:18:35 +00:00

  • Category set to Installation
  • Status changed from New to Assigned
  • Assigned to set to gbeutner
  • Target Version set to 2.4.1

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-11-18 19:18:44 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 9f44fad.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-11-26 08:53:56 +00:00

  • Subject changed from Typo in /usr/lib/icinga2/prepare-dirs (icinga2-common-2.4.0-1.el6.x86_64) to Incorrect redirect for stderr in /usr/lib/icinga2/prepare-dirs

@icinga-migration icinga-migration added bug Something isn't working Installation labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant