blob: 4e36fd46b5087e917a134372748e1446cb8fe4b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.
|