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

Enable debug mode in systemd #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amdslancelot
Copy link

The current xinetd hardcoded the output to '/dev/tty' when running in debug mode. May I suggest allowing using '-d' with '-syslog' flags together to write logs into syslog so that can be monitored by jounald(of systemd) and running in daemon mode?

ismaell pushed a commit to ismaell/xinetd that referenced this pull request Sep 12, 2022
Make sure we use the pkg-config flags when testing for headers,
and update the variable names in the Makefile after the rewrite.

Fixes xinetd-org#27.
ismaell added a commit to ismaell/xinetd that referenced this pull request Sep 12, 2022
Fixes: 4ada39f ("build: fix tirpc usage xinetd-org#27")
Ref: openSUSE#40
Signed-off-by: Ismael Luceno <[email protected]>
ismaell added a commit to ismaell/xinetd that referenced this pull request Sep 12, 2022
The fourth argument of AC_CHECK_HEADERS (used to indicate the set of
includes), is mandantory for autoconf 2.69 and earlier to force modern
behavior of the macro.

The semantics of the macro changed from using a preprocessor-only check to
a compiler check, and the fourth argument determines the use of: classic
behavior (for compatibility), a transitional check of both and warnings
(returning retro-compatible but potentially inconsistent results), or the
use of the modern compiler-based test only. Specifying this argument also
suppresses a warning about the topic.

Fixes: 4ada39f ("build: fix tirpc usage xinetd-org#27")
Ref: openSUSE#40
Signed-off-by: Ismael Luceno <[email protected]>
ismaell added a commit to ismaell/xinetd that referenced this pull request Sep 12, 2022
The fourth argument of AC_CHECK_HEADERS (used to indicate the set of
includes), is mandatory for autoconf 2.69 and earlier to force modern
behavior of the macro.

The semantics of the macro changed from using a preprocessor-only check to
a compiler check, and the fourth argument determines the use of: classic
behavior (for compatibility), a transitional check of both and warnings
(returning retro-compatible but potentially inconsistent results), or the
use of the modern compiler-based test only. Specifying this argument also
suppresses a warning about the topic.

Fixes: 4ada39f ("build: fix tirpc usage xinetd-org#27")
Ref: openSUSE#40
Signed-off-by: Ismael Luceno <[email protected]>
ismaell added a commit to ismaell/xinetd that referenced this pull request Sep 13, 2022
The fourth argument of AC_CHECK_HEADERS (used to indicate the set of
includes), is mandatory for autoconf 2.69 and earlier to force modern
behavior of the macro.

The semantics of the macro changed from using a preprocessor-only check to
a compiler check, and the fourth argument determines the use of: classic
behavior (for compatibility), a transitional check of both and warnings
(returning retro-compatible but potentially inconsistent results), or the
use of the modern compiler-based test only. Specifying this argument also
suppresses a warning about the topic.

Fixes: 4ada39f ("build: fix tirpc usage xinetd-org#27")
Ref: openSUSE#40
Signed-off-by: Ismael Luceno <[email protected]>
ismaell added a commit to ismaell/xinetd that referenced this pull request Sep 23, 2022
The fourth argument of AC_CHECK_HEADERS (used to indicate the set of
includes), is mandatory for autoconf 2.69 and earlier to force modern
behavior of the macro.

The semantics of the macro changed from using a preprocessor-only check to
a compiler check, and the fourth argument determines the use of: classic
behavior (for compatibility), a transitional check of both and warnings
(returning retro-compatible but potentially inconsistent results), or the
use of the modern compiler-based test only. Specifying this argument also
suppresses a warning about the topic.

Fixes: 4ada39f ("build: fix tirpc usage xinetd-org#27")
Ref: openSUSE#40
Signed-off-by: Ismael Luceno <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant