head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2000.10.17.08.42.03;	author nakai;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Update to 3.0.6

PR:		misc/21801
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@--- doc/rpm.8.orig	Wed Aug 30 05:27:18 2000
+++ doc/rpm.8	Wed Oct  4 22:46:12 2000
@@@@ -86,7 +86,7 @@@@
 .IP "\fB\-\-rcfile \fI<filelist>\fP"
 Each of the files in the colon separated \fI<filelist>\fP is read
 sequentially by \fBrpm\fP for configuration information.
-The default \fI<filelist>\fP is \fB/usr/lib/rpm/rpmrc:/etc/rpmrc:~/.rpmrc\fP.
+The default \fI<filelist>\fP is \fB%%PREFIX%%/lib/rpm/rpmrc:%%PREFIX%%/etc/rpmrc:~/.rpmrc\fP.
 Only the first file in the list must exist, and tildes will be expanded to
 the value of \fB$HOME\fP.
 .IP "\fB\-\-root \fI<dir>\fP"
@@@@ -493,17 +493,17 @@@@
 
 For example, to be able to use PGP to sign packages as the user
 \fB"John Doe <jdoe@@foo.com>"\fP from the key rings located in
-\fB/etc/rpm/.pgp\fP using the executable \fB/usr/bin/pgp\fP you would include
+\fB%%PREFIX%%/etc/rpm/.pgp\fP using the executable \fB%%PREFIX%%/bin/pgp\fP you would include
 
 .I "\fB%_signature pgp\fP"
 
-.I "\fB%_pgp_path /etc/rpm/.pgp\fP"
+.I "\fB%_pgp_path %%PREFIX%%/etc/rpm/.pgp\fP"
 
 .I "\fB%_pgp_name John Doe <jdoe@@foo.com>\fP"
 
-.I "\fB%_pgpbin /usr/bin/pgp\fP"
+.I "\fB%_pgpbin %%PREFIX%%/bin/pgp\fP"
 
-in a macro configuration file. Use \fB/etc/rpm/macros\fP for per-system
+in a macro configuration file. Use \fB%%PREIFX%%/etc/rpm/macros\fP for per-system
 configuration and \fB~/.rpmmacros\fP for per-user configuration.
 
 .SH REBUILD DATABASE OPTIONS
@@@@ -575,11 +575,11 @@@@
 
 .SH FILES
 .nf
-/usr/lib/rpm/rpmrc
-/etc/rpmrc
+%%PREFIX%%/lib/rpm/rpmrc
+%%PREIFX%%/etc/rpmrc
 ~/.rpmrc
-/usr/lib/rpm/macros
-/etc/rpm/macros
+%%PREFIX%%/lib/rpm/macros
+%%PREFIX%%/etc/rpm/macros
 ~/.rpmmacros
 /var/lib/rpm/conflictsindex.rpm
 /var/lib/rpm/fileindex.rpm
@
