Skip to content

Commit 099672f

Browse files
committed
configure: change --enable-redirect -> --disable-redirect
This changes the default to redirect output from run/task/services to /dev/null. Use --disable-redirect to get the old pre v4.0 behavior. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 860515a commit 099672f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.ac

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ AC_ARG_ENABLE(auto_reload,
5858
enable_auto_reload=no])
5959

6060
AC_ARG_ENABLE(redirect,
61-
AS_HELP_STRING([--enable-redirect], [Redirect service output to /dev/null, default: no]),,[
62-
enable_redirect_output=no])
61+
AS_HELP_STRING([--disable-redirect], [Disable redirection of service output to /dev/null]),,[
62+
enable_redirect=yes])
6363

6464
AC_ARG_ENABLE(logit,
6565
AS_HELP_STRING([--disable-logit], [Disable logit, used for log redirection, default: enable]),,[
@@ -253,6 +253,7 @@ Optional features:
253253
Built-in logrotate....: $enable_logrotate
254254
Scripting tool logit..: $enable_logit
255255
Emergency shell.......: $enable_emergency_shell
256+
Redirect output.......: $enable_redirect
256257
Default hostname......: $hostname
257258
Default runlevel......: $runlevel
258259

0 commit comments

Comments
 (0)