summaryrefslogtreecommitdiff
path: root/misc/rpm/files/patch-bb
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-20 20:28:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-20 20:28:14 +0000
commit30af7b687ec04b5824e456e5872927901b8cdd0c (patch)
treecd0d4db1d5cad92487313b1654e140beadda6a0d /misc/rpm/files/patch-bb
parentadd _RINGSERVER to _GNOME. (diff)
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
Notes
Notes: svn path=/head/; revision=40120
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) {