summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Matejka <mq@jmq.cz>2018-04-23 11:29:13 +0200
committerMaria Matejka <mq@jmq.cz>2018-04-23 11:29:13 +0200
commit7904f409e2a11221b852505d6522b65b6c2900c7 (patch)
tree6add69bd117d135146f4f8774cba2be159a83837
parent4c0b741ba7419e2cb816e1dc9a23096234d998e2 (diff)
Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems
-rw-r--r--client/progdoc (renamed from client/Doc)0
-rw-r--r--conf/progdoc (renamed from conf/Doc)0
-rw-r--r--doc/progdoc (renamed from doc/Doc)0
-rw-r--r--filter/progdoc (renamed from filter/Doc)0
-rw-r--r--lib/progdoc (renamed from lib/Doc)0
-rw-r--r--nest/progdoc (renamed from nest/Doc)0
-rw-r--r--progdoc (renamed from Doc)0
-rw-r--r--proto/babel/progdoc (renamed from proto/babel/Doc)0
-rw-r--r--proto/bfd/progdoc (renamed from proto/bfd/Doc)0
-rw-r--r--proto/bgp/progdoc (renamed from proto/bgp/Doc)0
-rw-r--r--proto/ospf/progdoc (renamed from proto/ospf/Doc)0
-rw-r--r--proto/pipe/progdoc (renamed from proto/pipe/Doc)0
-rw-r--r--proto/progdoc (renamed from proto/Doc)0
-rw-r--r--proto/radv/progdoc (renamed from proto/radv/Doc)0
-rw-r--r--proto/rip/progdoc (renamed from proto/rip/Doc)0
-rw-r--r--proto/static/progdoc (renamed from proto/static/Doc)0
-rw-r--r--sysdep/progdoc (renamed from sysdep/Doc)0
-rw-r--r--sysdep/unix/progdoc (renamed from sysdep/unix/Doc)0
-rwxr-xr-xtools/progdoc4
19 files changed, 2 insertions, 2 deletions
diff --git a/client/Doc b/client/progdoc
index f363e699..f363e699 100644
--- a/client/Doc
+++ b/client/progdoc
diff --git a/conf/Doc b/conf/progdoc
index fe09b64d..fe09b64d 100644
--- a/conf/Doc
+++ b/conf/progdoc
diff --git a/doc/Doc b/doc/progdoc
index 0c3e04e5..0c3e04e5 100644
--- a/doc/Doc
+++ b/doc/progdoc
diff --git a/filter/Doc b/filter/progdoc
index 8e9c6b35..8e9c6b35 100644
--- a/filter/Doc
+++ b/filter/progdoc
diff --git a/lib/Doc b/lib/progdoc
index 632bf1f6..632bf1f6 100644
--- a/lib/Doc
+++ b/lib/progdoc
diff --git a/nest/Doc b/nest/progdoc
index 38af0feb..38af0feb 100644
--- a/nest/Doc
+++ b/nest/progdoc
diff --git a/Doc b/progdoc
index f5f15087..f5f15087 100644
--- a/Doc
+++ b/progdoc
diff --git a/proto/babel/Doc b/proto/babel/progdoc
index 80026f91..80026f91 100644
--- a/proto/babel/Doc
+++ b/proto/babel/progdoc
diff --git a/proto/bfd/Doc b/proto/bfd/progdoc
index 7ee5d3ef..7ee5d3ef 100644
--- a/proto/bfd/Doc
+++ b/proto/bfd/progdoc
diff --git a/proto/bgp/Doc b/proto/bgp/progdoc
index 6432d1a6..6432d1a6 100644
--- a/proto/bgp/Doc
+++ b/proto/bgp/progdoc
diff --git a/proto/ospf/Doc b/proto/ospf/progdoc
index af741942..af741942 100644
--- a/proto/ospf/Doc
+++ b/proto/ospf/progdoc
diff --git a/proto/pipe/Doc b/proto/pipe/progdoc
index e7a6d6a7..e7a6d6a7 100644
--- a/proto/pipe/Doc
+++ b/proto/pipe/progdoc
diff --git a/proto/Doc b/proto/progdoc
index 04c25bc0..04c25bc0 100644
--- a/proto/Doc
+++ b/proto/progdoc
diff --git a/proto/radv/Doc b/proto/radv/progdoc
index d051692a..d051692a 100644
--- a/proto/radv/Doc
+++ b/proto/radv/progdoc
diff --git a/proto/rip/Doc b/proto/rip/progdoc
index 561b2153..561b2153 100644
--- a/proto/rip/Doc
+++ b/proto/rip/progdoc
diff --git a/proto/static/Doc b/proto/static/progdoc
index 73632b1f..73632b1f 100644
--- a/proto/static/Doc
+++ b/proto/static/progdoc
diff --git a/sysdep/Doc b/sysdep/progdoc
index 7ada9f48..7ada9f48 100644
--- a/sysdep/Doc
+++ b/sysdep/progdoc
diff --git a/sysdep/unix/Doc b/sysdep/unix/progdoc
index a17f425b..a17f425b 100644
--- a/sysdep/unix/Doc
+++ b/sysdep/unix/progdoc
diff --git a/tools/progdoc b/tools/progdoc
index ef44d3aa..495d9287 100755
--- a/tools/progdoc
+++ b/tools/progdoc
@@ -20,8 +20,8 @@ sub include {
sub process {
my $dir = shift @_;
- print "$dir/Doc\n";
- open(IN, "$srcdir/$dir/Doc") || die "Unable to read $dir/Doc";
+ print "$dir/progdoc\n";
+ open(IN, "$srcdir/$dir/progdoc") || die "Unable to read $dir/progdoc";
my @docfile = <IN>;
close IN;
foreach $_ (@docfile) {