From e62009185220f6a56dee4e11c5b3576b6addc8e1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 24 Aug 2018 16:58:06 +0200 Subject: T441: adjust init scripts and postinst actions to use FRR instead of quagga. --- etc/default/vyatta-cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/default') diff --git a/etc/default/vyatta-cfg b/etc/default/vyatta-cfg index bc7854a..a30ce0b 100644 --- a/etc/default/vyatta-cfg +++ b/etc/default/vyatta-cfg @@ -17,7 +17,7 @@ fi is_admin=0 is_users=0 VYATTA_LEVEL_GROUP_ADMIN=vyattacfg -VYATTA_LEVEL_GROUP_USERS=quaggavty +VYATTA_LEVEL_GROUP_USERS=frrvty local -a groups=( $(id -Gn) ) for g in "${groups[@]}"; do if [ "$g" == "$VYATTA_LEVEL_GROUP_ADMIN" ]; then -- cgit v1.2.3