]> git.proxmox.com Git - mirror_frr.git/blame - debian/README.Maintainer
bgpd: Allow failed hostname lookup to continue in bmp (#5399)
[mirror_frr.git] / debian / README.Maintainer
CommitLineData
5d2f5756
DL
1#
2# TODO
3#
4
5- check that tests/{control,daemons} actually do something useful and sensible
6- /usr/share/doc/frr-doc should be named just frr?
7- debian/watch pgpsigurlmangle / signing-key
8- multiarch for DSOs?
9- frr try-restart
10
4d916382
DS
11#
12# To check if the patches still apply on new upstream versions:
13#
14for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done
15
16#
d8e4c438 17# Filename transition from zebra to frr
4d916382
DS
18#
19
20Files that keep their names
21 /usr/bin/vtysh
22
23Files that got an -pj suffix
82e6e358 24 /etc/default/zebra -> /etc/frr/daemons.conf
d8e4c438
DS
25 /etc/init.d/zebra -> /etc/init.d/frr
26 /etc/zebra/ -> /etc/frr/
27 /usr/share/doc/zebra/ -> /usr/share/doc/frr/
28 /var/log/zebra/ -> /var/log/frr/
29 /var/run/ -> /var/run/frr/
4d916382
DS
30
31Files that were moved
d8e4c438 32 /usr/sbin/* -> /usr/lib/frr/