]> git.puffer.fish Git - mirror/frr.git/commit
tools: Use `install` instead of `touch/chown` combination 12122/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 10 Oct 2022 15:27:59 +0000 (18:27 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 13 Oct 2022 08:14:07 +0000 (11:14 +0300)
commit972cdc560e339d70c0ee5fb70ec636ab78f00bca
tree62acfda931f5946809b848b00986a013c8c47095
parent0407bb2dc097ba7786a6c909596c3a1481a7fb48
tools: Use `install` instead of `touch/chown` combination

touch + chown can have a gap between the commands (or the second failed).

This could lead to unexpected permissions (root, instead of frr) for some
.conf files or directories.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tools/frr.in
tools/frrcommon.sh.in