From 0d81c2854e0b2ced2d6dae52898638c27c7249df Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Fri, 5 Apr 2019 14:18:09 +0100 Subject: [PATCH] Creating rpm packages: remove `newgrp` Fixes #43 --- .../pages/_partials/proc_rpm_preparing_your_system.adoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc b/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc index b566aeb..9b29293 100644 --- a/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc +++ b/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc @@ -23,12 +23,8 @@ NOTE: You must run the following two commands as the root user. # usermod -a -G mock yourusername ----------- + -. Change from the *root* user to your user name and enter the `newgrp` command or log in and out for this change to take effect: -+ -------------- -$ newgrp -------------- -+ +. Log out and back in for this change to take effect. + . Run the `id` command to verify that the *mock* group appears in your group list: + ----------------