]> git.proxmox.com Git - mirror_frr.git/blame - debianpkg/README.Maintainer
staticd: Do not ready prefix for printing till it's decoded
[mirror_frr.git] / debianpkg / README.Maintainer
CommitLineData
4d916382
DS
1#
2# To check if the patches still apply on new upstream versions:
3#
4for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done
5
6#
d8e4c438 7# Filename transition from zebra to frr
4d916382
DS
8#
9
10Files that keep their names
11 /usr/bin/vtysh
12
13Files that got an -pj suffix
82e6e358 14 /etc/default/zebra -> /etc/frr/daemons.conf
d8e4c438
DS
15 /etc/init.d/zebra -> /etc/init.d/frr
16 /etc/zebra/ -> /etc/frr/
17 /usr/share/doc/zebra/ -> /usr/share/doc/frr/
18 /var/log/zebra/ -> /var/log/frr/
19 /var/run/ -> /var/run/frr/
4d916382
DS
20
21Files that were moved
d8e4c438 22 /usr/sbin/* -> /usr/lib/frr/