From 17c5c7e645fd412f8105bccf201f69674737b551 Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 28 Aug 2000 15:25:04 +0000 Subject: [PATCH] Document global/system/user configuration hierarchy in rpmrc/macros (#17038). CVS patchset: 4142 CVS date: 2000/08/28 15:25:04 --- macros.in | 8 +++++++- rpmrc.in | 13 +++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/macros.in b/macros.in index 3061bcf..9b51c5d 100644 --- a/macros.in +++ b/macros.in @@ -1,4 +1,10 @@ -# $Id: macros.in,v 1.66 2000/07/07 20:36:19 jbj Exp $ +# $Id: macros.in,v 1.67 2000/08/28 15:25:04 jbj Exp $ +# +# This is a global RPM configuration file. All changes made here will +# be lost when the rpm package is upgraded. Any per-system configuration +# should be added to /etc/rpm/macros, while per-user configuration should +# be added to ~/.rpmmacros. +# #============================================================================== # Macro naming conventions (preliminary): # diff --git a/rpmrc.in b/rpmrc.in index fb62108..0dddde8 100644 --- a/rpmrc.in +++ b/rpmrc.in @@ -1,9 +1,10 @@ -# $Id: rpmrc.in,v 2.28 2000/07/05 20:39:15 jbj Exp $ - -############################################################# - -# Please send new entries to rpm-list@redhat.com - +# $Id: rpmrc.in,v 2.29 2000/08/28 15:25:04 jbj Exp $ +# +# This is a global RPM configuration file. All changes made here will +# be lost when the rpm package is upgraded. Any per-system configuration +# should be added to /etc/rpm/rpmrc, while per-user configuration should +# be added to ~/.rpmrc. +# ############################################################# # Values for RPM_OPT_FLAGS for various platforms -- 2.7.4