diff options
author | hagbard <vyosdev@derith.de> | 2019-10-08 09:44:10 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-10-08 09:44:10 -0700 |
commit | a2c7b5f78cd0439599686147494e4f683618e14a (patch) | |
tree | 52257c4ddfb650786fa6114591cfecde71c89add /scripts/init | |
parent | e8bb5818b84dd9728b77e78dcef08869ca1146d5 (diff) | |
parent | 8fa0ba1fd39145368f04576323ab3a29f42a508d (diff) | |
download | vyatta-cfg-a2c7b5f78cd0439599686147494e4f683618e14a.tar.gz vyatta-cfg-a2c7b5f78cd0439599686147494e4f683618e14a.zip |
Merge branch 'current' into equuleus
Diffstat (limited to 'scripts/init')
-rwxr-xr-x | scripts/init/vyos-router | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index e9a8cae..8949f53 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -72,7 +72,7 @@ init_bootfile () { if [ -f $vyatta_sysconfdir/config.boot.default ]; then cp $vyatta_sysconfdir/config.boot.default $BOOTFILE else - $vyatta_sbindir/vyatta_current_conf_ver.pl > $BOOTFILE + $vyos_libexec_dir/system-versions-foot.py > $BOOTFILE fi chgrp ${GROUP} $BOOTFILE @@ -244,7 +244,7 @@ stop() umount ${vyatta_configdir} log_action_end_msg $? - /usr/lib/frr/frr stop + /usr/lib/frr/frrinit.sh stop } case "$action" in |