mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:54:47 +00:00
*: Rename debian.conf -> daemons.conf
The debian.conf file is to specific of a name towards debian distributions. Rename to be daemons.conf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
0b4b83800c
commit
82e6e35843
2
debian/README.Debian
vendored
2
debian/README.Debian
vendored
@ -83,7 +83,7 @@ into the kernel.
|
||||
=====================================================================
|
||||
|
||||
If this message occurs the receive buffer should be increased by adding the
|
||||
following to /etc/sysctl.conf and "--nl-bufsize" to /etc/frr/debian.conf.
|
||||
following to /etc/sysctl.conf and "--nl-bufsize" to /etc/frr/daemons.conf.
|
||||
> net.core.rmem_default = 262144
|
||||
> net.core.rmem_max = 262144
|
||||
See message #4525 from 2005-05-09 in the quagga-users mailing list.
|
||||
|
2
debian/README.Maintainer
vendored
2
debian/README.Maintainer
vendored
@ -11,7 +11,7 @@ Files that keep their names
|
||||
/usr/bin/vtysh
|
||||
|
||||
Files that got an -pj suffix
|
||||
/etc/default/zebra -> /etc/frr/debian.conf
|
||||
/etc/default/zebra -> /etc/frr/daemons.conf
|
||||
/etc/init.d/zebra -> /etc/init.d/frr
|
||||
/etc/zebra/ -> /etc/frr/
|
||||
/usr/share/doc/zebra/ -> /usr/share/doc/frr/
|
||||
|
@ -136,7 +136,7 @@ other settings)
|
||||
|
||||
sudo install -m 755 tools/frr /etc/init.d/frr
|
||||
sudo install -m 644 cumulus/etc/frr/daemons /etc/frr/daemons
|
||||
sudo install -m 644 cumulus/etc/frr/debian.conf /etc/frr/debian.conf
|
||||
sudo install -m 644 cumulus/etc/frr/daemons.conf /etc/frr/daemons.conf
|
||||
sudo install -m 644 -o frr -g frr cumulus/etc/frr/vtysh.conf /etc/frr/vtysh.conf
|
||||
|
||||
### Enable daemons
|
||||
|
@ -96,7 +96,7 @@ other settings)
|
||||
|
||||
sudo install -m 755 tools/frr /etc/init.d/frr
|
||||
sudo install -m 644 cumulus/etc/frr/daemons /etc/frr/daemons
|
||||
sudo install -m 644 cumulus/etc/frr/debian.conf /etc/frr/debian.conf
|
||||
sudo install -m 644 cumulus/etc/frr/daemons.conf /etc/frr/daemons.conf
|
||||
sudo install -m 644 -o frr -g frr cumulus/etc/frr/vtysh.conf /etc/frr/vtysh.conf
|
||||
|
||||
|
||||
|
@ -118,7 +118,7 @@ Add the following lines to `/etc/modules-load.d/modules.conf`:
|
||||
sudo install -m 644 tools/frr.service /etc/systemd/system/frr.service
|
||||
sudo install -m 644 cumulus/etc/default/frr /etc/default/frr
|
||||
sudo install -m 644 cumulus/etc/frr/daemons /etc/frr/daemons
|
||||
sudo install -m 644 cumulus/etc/frr/debian.conf /etc/frr/debian.conf
|
||||
sudo install -m 644 cumulus/etc/frr/daemons.conf /etc/frr/daemons.conf
|
||||
sudo install -m 644 cumulus/etc/frr/Frr.conf /etc/frr/Frr.conf
|
||||
sudo install -m 644 -o frr -g frr cumulus/etc/frr/vtysh.conf /etc/frr/vtysh.conf
|
||||
|
||||
|
@ -291,7 +291,7 @@ for daemon in %{all_daemons} ; do
|
||||
done
|
||||
%endif
|
||||
|
||||
install %{frr_tools_dir}/frr/debian.conf %{buildroot}/etc/frr
|
||||
install %{frr_tools_dir}/frr/daemons.conf %{buildroot}/etc/frr
|
||||
install %{frr_tools_dir}/frr/daemons %{buildroot}/etc/frr
|
||||
install -m644 %{frr_tools_dir}/default/frr %{buildroot}/etc/default
|
||||
install -m644 %{zeb_rh_src}/frr.pam \
|
||||
|
@ -19,7 +19,7 @@
|
||||
# group "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too.
|
||||
#
|
||||
# The watchfrr daemon is always started. Per default in monitoring-only but
|
||||
# that can be changed via /etc/frr/debian.conf.
|
||||
# that can be changed via /etc/frr/daemons.conf.
|
||||
#
|
||||
zebra=no
|
||||
bgpd=no
|
||||
|
Loading…
Reference in New Issue
Block a user