# HG changeset patch # User Paul Boddie # Date 1627831054 -7200 # Node ID 3a7fc2f477ba5c8e649d0c41ebae653da75dbeff # Parent d596a19482945665545a744491120c84da59f621 Fixed naming in configuration scripts to reflect current operation naming. diff -r d596a1948294 -r 3a7fc2f477ba conf/dstest_ext2.cfg --- a/conf/dstest_ext2.cfg Sun Aug 01 00:23:08 2021 +0200 +++ b/conf/dstest_ext2.cfg Sun Aug 01 17:17:34 2021 +0200 @@ -27,8 +27,8 @@ -- Obtain user filesystems with umask 0022 (18). -local getuserfs = 6; -local ext2svr_paulb = L4.cast(L4.Proto.Factory, ext2svr):create(getuserfs, 1000, 1000, 18); +local open_for_user = 6; +local ext2svr_paulb = L4.cast(L4.Proto.Factory, ext2svr):create(open_for_user, 1000, 1000, 18); l:startv({ caps = { diff -r d596a1948294 -r 3a7fc2f477ba conf/dstest_file.cfg --- a/conf/dstest_file.cfg Sun Aug 01 00:23:08 2021 +0200 +++ b/conf/dstest_file.cfg Sun Aug 01 17:17:34 2021 +0200 @@ -27,8 +27,8 @@ -- Obtain user filesystems with umask 0022 (18). -local getuserfs = 6; -local ext2svr_paulb = L4.cast(L4.Proto.Factory, ext2svr):create(getuserfs, 1000, 1000, 18); +local open_for_user = 6; +local ext2svr_paulb = L4.cast(L4.Proto.Factory, ext2svr):create(open_for_user, 1000, 1000, 18); l:startv({ caps = {