Add a not to MESSAGE about adding a secondary group to the

frr user.
This commit is contained in:
Frank Kardel 2020-10-16 10:55:00 +02:00
parent f03773c47e
commit b3911b9d13
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,10 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2020/07/28 06:36:29 kardel Exp $
IMPORTANT:
To complete the installation you need to add
the user "${FRR_USER}" to the (secondary) group "${FRR_VTY_GROUP}".
You can find some example config files in
${PREFIX}/share/examples/frr

View File

@ -54,6 +54,9 @@ REPLACE_BASH= tools/frr.in tools/*.sh.in
REPLACE_PYTHON= tools/generate_support_bundle.py tools/frr-reload.py
MESSAGE_SUBST+= FRR_USER=${FRR_USER}
MESSAGE_SUBST+= FRR_VTY_GROUP=${FRR_VTY_GROUP}
SUBST_CLASSES+= ids
SUBST_STAGE.ids= pre-configure
SUBST_MESSAGE.ids= Fixing user/group references.