ports/security/xinetd/files/patch-xinetd__builtins.c
Renato Botelho 9d2e434521 Add a new option to conditionalize xconv installation
xconv is the only piece of xinetd written in perl, removing it from package
also removes perl dependency.

Add a new option, on by default to don't change current behavior, to select
to install or not xconv.

While here, re-generate patches using `make makepatch` to silence portlint

PR:		205661
Approved by:	maintainer timeout (> 30 days)
Obtained from:	pfSense
Sponsored by:	Rubicon Communications (Netgate)
2016-02-01 09:48:34 +00:00

11 lines
280 B
C

--- xinetd/builtins.c.orig 2012-05-09 15:40:29 UTC
+++ xinetd/builtins.c
@@ -617,7 +617,7 @@ static void tcpmux_handler( const struct
if( SC_IS_INTERNAL( scp ) ) {
SC_INTERNAL(scp, nserp);
} else {
- exec_server(nserp);
+ child_process(nserp);
}
}