summaryrefslogtreecommitdiff
path: root/archivers/rpm
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-11-02 04:00:03 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-11-02 04:00:03 +0000
commit0cdeaad66df3efaf8e7bcbc62f760a3069e327ea (patch)
treeda3dc55c158457086d12b99fa29ee9021d88b935 /archivers/rpm
parentadd include/rtbl.h and cache (diff)
A patch to prepend unavoidable message.
Notes
Notes: svn path=/head/; revision=34595
Diffstat (limited to 'archivers/rpm')
-rw-r--r--archivers/rpm/files/patch-bi13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/rpm/files/patch-bi b/archivers/rpm/files/patch-bi
new file mode 100644
index 000000000000..d4e23f73235b
--- /dev/null
+++ b/archivers/rpm/files/patch-bi
@@ -0,0 +1,13 @@
+--- lib/fs.c.orig Thu Nov 2 12:54:47 2000
++++ lib/fs.c Thu Nov 2 12:55:32 2000
+@@ -129,8 +129,10 @@
+ # if GETMNTENT_ONE || GETMNTENT_TWO
+ mtab = fopen(MOUNTED, "r");
+ if (!mtab) {
++/*
+ rpmError(RPMERR_MTAB, _("failed to open %s: %s"), MOUNTED,
+ strerror(errno));
++*/
+ return 1;
+ }
+ # elif HAVE_GETMNTINFO_R