diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/t/Dpkg_Shlibs/ld.so.conf | 9 | ||||
-rw-r--r-- | scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf | 1 | ||||
-rw-r--r-- | scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf | 1 | ||||
-rw-r--r-- | scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf | 1 | ||||
-rw-r--r-- | scripts/t/Dpkg_Shlibs/ld.so.conf_2 | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf new file mode 100644 index 0000000..cb7a19c --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf @@ -0,0 +1,9 @@ +# Comment and empty line + +# Paths +/nonexistent32 +/nonexistent/lib64 + +include /nonexistent/*.conf +include t/Dpkg_Shlibs/ld.so.conf.d/*.conf + diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf new file mode 100644 index 0000000..fbb83d8 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf @@ -0,0 +1 @@ +include t/Dpkg_Shlibs/ld.so.conf diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf new file mode 100644 index 0000000..26e8b98 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf @@ -0,0 +1 @@ +/usr/local/lib/ diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf new file mode 100644 index 0000000..702e41e --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf @@ -0,0 +1 @@ +include t/Dpkg_Shlibs/ld.so.conf_2 diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf_2 b/scripts/t/Dpkg_Shlibs/ld.so.conf_2 new file mode 100644 index 0000000..8afcaa5 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf_2 @@ -0,0 +1 @@ +/nonexistent/lib128 |