diff options
author | Colin Booth <colin@heliocat.net> | 2017-09-12 10:56:07 -0700 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-09-13 16:13:17 +0000 |
commit | 184f2cd48a46abf0407a775cc7ea42d3483df613 (patch) | |
tree | 2939b43091c04544503b2cc9ca905afb78c30cb7 /examples/source/smtpd-4/run | |
parent | bc0746bebb7adcb18ed8e32aebef10ca8f555479 (diff) | |
download | s6-rc-184f2cd48a46abf0407a775cc7ea42d3483df613.tar.xz |
s6-rc examples: Change usage of import to importas.
execline's import is deprecated but the examples in s6-rc have not yet
been updated to use importas.
Diffstat (limited to 'examples/source/smtpd-4/run')
-rwxr-xr-x | examples/source/smtpd-4/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/source/smtpd-4/run b/examples/source/smtpd-4/run index 5c7e002..8c1b17c 100755 --- a/examples/source/smtpd-4/run +++ b/examples/source/smtpd-4/run @@ -1,7 +1,7 @@ #!/command/execlineb -P fdmove -c 2 1 s6-envuidgid qmaild -import -ui ETH0_IP4 +importas -ui ETH0_IP4 ETH0_IP4 fdmove 1 3 s6-tcpserver4 -v 2 -U -c 255 -1 -- ${ETH0_IP4} 25 s6-tcpserver-access -v 2 -w -t 2000 -i data/rules -- |