diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-09 01:12:43 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-28 02:22:11 +0100 |
commit | 3a4f98d58769d3205005948761d90be92f00ffc2 (patch) | |
tree | 1748d4bc1678fdd76fa2307bd99009b3bdbe1044 /tests/topotests/README.md | |
parent | Update Readme to reflect FreeRangeRouting name (diff) | |
download | frr-3a4f98d58769d3205005948761d90be92f00ffc2.tar.xz frr-3a4f98d58769d3205005948761d90be92f00ffc2.zip |
Update Readme to have correct ordering for frr user
We cannot usermod the frr user until after we
create the user with adduser.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tests/topotests/README.md')
-rw-r--r-- | tests/topotests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/README.md b/tests/topotests/README.md index 321a04bfa..6f61b61d6 100644 --- a/tests/topotests/README.md +++ b/tests/topotests/README.md @@ -71,9 +71,9 @@ And create frr User and frrvty group as follows: addgroup --system --gid 92 frr addgroup --system --gid 85 frrvty - usermod -G frrvty frr adduser --system --ingroup frr --home /var/run/frr/ \ --gecos "FreeRangeRouting suite" --shell /bin/false frr + usermod -G frrvty frr ## Executing Tests |