diff options
Diffstat (limited to 'debianpkg/README.Maintainer')
| -rw-r--r-- | debianpkg/README.Maintainer | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debianpkg/README.Maintainer b/debianpkg/README.Maintainer deleted file mode 100644 index 84b68e1949..0000000000 --- a/debianpkg/README.Maintainer +++ /dev/null @@ -1,22 +0,0 @@ -# -# To check if the patches still apply on new upstream versions: -# -for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done - -# -# Filename transition from zebra to frr -# - -Files that keep their names - /usr/bin/vtysh - -Files that got an -pj suffix - /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/ - /var/log/zebra/ -> /var/log/frr/ - /var/run/ -> /var/run/frr/ - -Files that were moved - /usr/sbin/* -> /usr/lib/frr/ |
