inetd: remove wordexp() usage and %A "address expansion"
commit2f72b55fed74ba4f2059ba9af8d1c85fdd563127
authorLauri Tirkkonen <lotheac@iki.fi>
Mon, 4 Mar 2019 11:10:15 +0000 (4 13:10 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Mon, 4 Mar 2019 11:19:51 +0000 (4 13:19 +0200)
tree169178de560e4ccc21a70e049a4d7e073fd4b7b1
parent52e49ebfd5b12ca50131a59e4a4fcd4d63e0991f
inetd: remove wordexp() usage and %A "address expansion"

wordexp was broken when we removed ksh93. %A expansion was "provided for
compatibility with 4.2BSD daemons" - we don't need it.
usr/src/cmd/cmd-inet/usr.lib/inetd/config.c
usr/src/cmd/cmd-inet/usr.lib/inetd/inetd.c
usr/src/cmd/cmd-inet/usr.lib/inetd/inetd_impl.h