diff options
| author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2019-03-21 14:50:53 +0100 |
|---|---|---|
| committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2019-03-21 14:50:53 +0100 |
| commit | 33b397711ba753e64ab7e69b2bc6c673e244e7c5 (patch) | |
| tree | b55a67120c210f8972221b05824f624ee70eeb8b | |
| parent | 5a3c6e736dca3639a1b49cdf305b909736f721de (diff) | |
tools: fix two typos in daemons file
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
| -rw-r--r-- | tools/etc/frr/daemons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons index 0fca541137..2abff422c9 100644 --- a/tools/etc/frr/daemons +++ b/tools/etc/frr/daemons @@ -5,7 +5,7 @@ # # ATTENTION: # -# When activation a daemon at the first time, a config file, even if it is +# When activating a daemon for the first time, a config file, even if it is # empty, has to be present *and* be owned by the user and group "frr", else # the daemon will not be started by /etc/init.d/frr. The permissions should # be u=rw,g=r,o=. |
