aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rpm/files/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/files/patch-bb')
-rw-r--r--misc/rpm/files/patch-bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/rpm/files/patch-bb b/misc/rpm/files/patch-bb
deleted file mode 100644
index f94da33da1c3..000000000000
--- a/misc/rpm/files/patch-bb
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/rpmrc.c.orig Thu Sep 14 02:29:18 2000
-+++ lib/rpmrc.c Wed Oct 4 23:03:36 2000
-@@ -13,7 +13,7 @@
-
- #include "misc.h"
-
--static const char *defrcfiles = LIBRPMRC_FILENAME ":/etc/rpmrc:~/.rpmrc";
-+static const char *defrcfiles = LIBRPMRC_FILENAME ":%%PREFIX%%/etc/rpmrc:~/.rpmrc";
-
- struct machCacheEntry {
- const char * name;
-@@ -858,7 +858,7 @@
- /* we are on ncr-sysv4 */
- char *prelid = NULL;
- FD_t fd;
-- fd = Fopen("/etc/.relid", "r.fdio");
-+ fd = Fopen("%%PREFIX%%/etc/.relid", "r.fdio");
- if (!Ferror(fd)) {
- chptr = (char *) xcalloc(1, 256);
- if (chptr != NULL) {