summaryrefslogtreecommitdiffstats
path: root/debian/README.Maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Maintainer')
-rw-r--r--debian/README.Maintainer32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/README.Maintainer b/debian/README.Maintainer
deleted file mode 100644
index 9030022..0000000
--- a/debian/README.Maintainer
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# TODO
-#
-
-- check that tests/{control,daemons} actually do something useful and sensible
-- /usr/share/doc/frr-doc should be named just frr?
-- debian/watch pgpsigurlmangle / signing-key
-- multiarch for DSOs?
-- frr try-restart
-
-#
-# 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/