pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add a not to MESSAGE about adding a secondary group to the frr user.
Module Name: pkgsrc-wip
Committed By: Frank Kardel <kardel%NetBSD.org@localhost>
Pushed By: kardel
Date: Fri Oct 16 10:55:00 2020 +0200
Changeset: b3911b9d133de7c6c4b31e06f28b580e01898d1a
Modified Files:
frr/MESSAGE
frr/Makefile
Log Message:
Add a not to MESSAGE about adding a secondary group to the
frr user.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b3911b9d133de7c6c4b31e06f28b580e01898d1a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
frr/MESSAGE | 4 ++++
frr/Makefile | 3 +++
2 files changed, 7 insertions(+)
diffs:
diff --git a/frr/MESSAGE b/frr/MESSAGE
index 2e9e8bb487..382dfbff84 100644
--- a/frr/MESSAGE
+++ b/frr/MESSAGE
@@ -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
diff --git a/frr/Makefile b/frr/Makefile
index d74bfc71ab..16fc6de85f 100644
--- a/frr/Makefile
+++ b/frr/Makefile
@@ -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.
Home |
Main Index |
Thread Index |
Old Index