]> git.proxmox.com Git - mirror_frr.git/blob - debianpkg/README.Maintainer
Merge pull request #3074 from jpmondet/master
[mirror_frr.git] / debianpkg / README.Maintainer
1 #
2 # To check if the patches still apply on new upstream versions:
3 #
4 for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done
5
6 #
7 # Filename transition from zebra to frr
8 #
9
10 Files that keep their names
11 /usr/bin/vtysh
12
13 Files that got an -pj suffix
14 /etc/default/zebra -> /etc/frr/daemons.conf
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/
20
21 Files that were moved
22 /usr/sbin/* -> /usr/lib/frr/