From c2fc4c10ac81b8815c1434aa2b0945aa937df4fa Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 23 Apr 2018 11:29:13 +0200 Subject: Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems --- proto/Doc | 11 ----------- proto/babel/Doc | 2 -- proto/babel/progdoc | 2 ++ proto/bfd/Doc | 1 - proto/bfd/progdoc | 1 + proto/bgp/Doc | 3 --- proto/bgp/progdoc | 3 +++ proto/ospf/Doc | 8 -------- proto/ospf/progdoc | 8 ++++++++ proto/pipe/Doc | 1 - proto/pipe/progdoc | 1 + proto/progdoc | 11 +++++++++++ proto/radv/Doc | 2 -- proto/radv/progdoc | 2 ++ proto/rip/Doc | 2 -- proto/rip/progdoc | 2 ++ proto/static/Doc | 1 - proto/static/progdoc | 1 + 18 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 proto/Doc delete mode 100644 proto/babel/Doc create mode 100644 proto/babel/progdoc delete mode 100644 proto/bfd/Doc create mode 100644 proto/bfd/progdoc delete mode 100644 proto/bgp/Doc create mode 100644 proto/bgp/progdoc delete mode 100644 proto/ospf/Doc create mode 100644 proto/ospf/progdoc delete mode 100644 proto/pipe/Doc create mode 100644 proto/pipe/progdoc create mode 100644 proto/progdoc delete mode 100644 proto/radv/Doc create mode 100644 proto/radv/progdoc delete mode 100644 proto/rip/Doc create mode 100644 proto/rip/progdoc delete mode 100644 proto/static/Doc create mode 100644 proto/static/progdoc (limited to 'proto') diff --git a/proto/Doc b/proto/Doc deleted file mode 100644 index ef573d2a..00000000 --- a/proto/Doc +++ /dev/null @@ -1,11 +0,0 @@ -H Protocols -C babel -C bfd -C bgp -C ospf -C pipe -C radv -C rip -C rpki -C static -S ../nest/rt-dev.c diff --git a/proto/babel/Doc b/proto/babel/Doc deleted file mode 100644 index 80026f91..00000000 --- a/proto/babel/Doc +++ /dev/null @@ -1,2 +0,0 @@ -S babel.c -S packets.c diff --git a/proto/babel/progdoc b/proto/babel/progdoc new file mode 100644 index 00000000..80026f91 --- /dev/null +++ b/proto/babel/progdoc @@ -0,0 +1,2 @@ +S babel.c +S packets.c diff --git a/proto/bfd/Doc b/proto/bfd/Doc deleted file mode 100644 index 7ee5d3ef..00000000 --- a/proto/bfd/Doc +++ /dev/null @@ -1 +0,0 @@ -S bfd.c diff --git a/proto/bfd/progdoc b/proto/bfd/progdoc new file mode 100644 index 00000000..7ee5d3ef --- /dev/null +++ b/proto/bfd/progdoc @@ -0,0 +1 @@ +S bfd.c diff --git a/proto/bgp/Doc b/proto/bgp/Doc deleted file mode 100644 index 6432d1a6..00000000 --- a/proto/bgp/Doc +++ /dev/null @@ -1,3 +0,0 @@ -S bgp.c -S packets.c -S attrs.c diff --git a/proto/bgp/progdoc b/proto/bgp/progdoc new file mode 100644 index 00000000..6432d1a6 --- /dev/null +++ b/proto/bgp/progdoc @@ -0,0 +1,3 @@ +S bgp.c +S packets.c +S attrs.c diff --git a/proto/ospf/Doc b/proto/ospf/Doc deleted file mode 100644 index af741942..00000000 --- a/proto/ospf/Doc +++ /dev/null @@ -1,8 +0,0 @@ -S ospf.c -S topology.c -S neighbor.c -S iface.c -S packet.c -S lsalib.c -S dbdes.c -S rt.c diff --git a/proto/ospf/progdoc b/proto/ospf/progdoc new file mode 100644 index 00000000..af741942 --- /dev/null +++ b/proto/ospf/progdoc @@ -0,0 +1,8 @@ +S ospf.c +S topology.c +S neighbor.c +S iface.c +S packet.c +S lsalib.c +S dbdes.c +S rt.c diff --git a/proto/pipe/Doc b/proto/pipe/Doc deleted file mode 100644 index e7a6d6a7..00000000 --- a/proto/pipe/Doc +++ /dev/null @@ -1 +0,0 @@ -S pipe.c diff --git a/proto/pipe/progdoc b/proto/pipe/progdoc new file mode 100644 index 00000000..e7a6d6a7 --- /dev/null +++ b/proto/pipe/progdoc @@ -0,0 +1 @@ +S pipe.c diff --git a/proto/progdoc b/proto/progdoc new file mode 100644 index 00000000..ef573d2a --- /dev/null +++ b/proto/progdoc @@ -0,0 +1,11 @@ +H Protocols +C babel +C bfd +C bgp +C ospf +C pipe +C radv +C rip +C rpki +C static +S ../nest/rt-dev.c diff --git a/proto/radv/Doc b/proto/radv/Doc deleted file mode 100644 index d051692a..00000000 --- a/proto/radv/Doc +++ /dev/null @@ -1,2 +0,0 @@ -S radv.c -S packets.c diff --git a/proto/radv/progdoc b/proto/radv/progdoc new file mode 100644 index 00000000..d051692a --- /dev/null +++ b/proto/radv/progdoc @@ -0,0 +1,2 @@ +S radv.c +S packets.c diff --git a/proto/rip/Doc b/proto/rip/Doc deleted file mode 100644 index 561b2153..00000000 --- a/proto/rip/Doc +++ /dev/null @@ -1,2 +0,0 @@ -S rip.c -S packets.c diff --git a/proto/rip/progdoc b/proto/rip/progdoc new file mode 100644 index 00000000..561b2153 --- /dev/null +++ b/proto/rip/progdoc @@ -0,0 +1,2 @@ +S rip.c +S packets.c diff --git a/proto/static/Doc b/proto/static/Doc deleted file mode 100644 index 73632b1f..00000000 --- a/proto/static/Doc +++ /dev/null @@ -1 +0,0 @@ -S static.c diff --git a/proto/static/progdoc b/proto/static/progdoc new file mode 100644 index 00000000..73632b1f --- /dev/null +++ b/proto/static/progdoc @@ -0,0 +1 @@ +S static.c -- cgit v1.2.3