From 184f2cd48a46abf0407a775cc7ea42d3483df613 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 12 Sep 2017 10:56:07 -0700 Subject: 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. --- examples/source/mount-sync/up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/source/mount-sync') diff --git a/examples/source/mount-sync/up b/examples/source/mount-sync/up index 5832a83..fb0bab0 100644 --- a/examples/source/mount-sync/up +++ b/examples/source/mount-sync/up @@ -1,3 +1,3 @@ s6-envdir -i /run/disk-devices -import -i syncfs +importas -i syncfs syncfs s6-mount -wt ext4 -o barrier=0,sync,nodev,noexec,nosuid /dev/${syncfs} /mnt/syncfs -- cgit v1.2.3