diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-10 12:02:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-10 12:02:48 +0000 |
commit | 0f0e939fd7f0dcbcf899b50052cabe5d736047ac (patch) | |
tree | e1eaefb64112286814dfb11e6a1ad4efce6bf562 /misc/rpm/patches | |
parent | 17d46ea171db61382dfc60aa23495543b5335ec9 (diff) | |
download | pkgsrc-0f0e939fd7f0dcbcf899b50052cabe5d736047ac.tar.gz |
Add documentation for --initdb to manpage; mention its use in INSTALL,
and what to remove in DEINSTALL. Fixes pkg/8701 by Hauke Fath.
Diffstat (limited to 'misc/rpm/patches')
-rw-r--r-- | misc/rpm/patches/patch-ab | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/rpm/patches/patch-ab b/misc/rpm/patches/patch-ab new file mode 100644 index 00000000000..4e36fd46b50 --- /dev/null +++ b/misc/rpm/patches/patch-ab @@ -0,0 +1,31 @@ +$NetBSD: patch-ab,v 1.8 2000/09/10 12:02:48 wiz Exp $ + +--- rpm.8.orig Tue Aug 25 21:06:11 1998 ++++ rpm.8 +@@ -44,6 +44,10 @@ + .br + .I "\fB rpm \-\-rebuilddb" + .br ++Initialize database: ++.br ++.I "\fB rpm \-\-initdb" ++.br + Fix permissions: + .br + .I "\fB rpm \-\-setperms [query\-package\-specifiers]\fP" +@@ -410,6 +414,15 @@ + The general form of an rpm rebuild database command is + .PP + \fBrpm \-\-rebuilddb\fP ++.PP ++ ++The only options this mode supports are \fB-\-dbpath\fP and \fB-\-root\fP. ++ ++.SH INITIALIZE DATABASE OPTIONS ++ ++Before the first use, you have to initialize the rpm database with ++.PP ++ \fBrpm \-\-initdb\fP + .PP + + The only options this mode supports are \fB-\-dbpath\fP and \fB-\-root\fP. |