diff options
author | jbj <devnull@localhost> | 2001-04-10 12:36:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-04-10 12:36:45 +0000 |
commit | f75a3f71ab5b584af5a4d3b168064968fd400c48 (patch) | |
tree | 33a6da2073ee5680798b2e21e136c5c6ebc24ead /rpmrc.in | |
parent | 999f9b1654a3546b2c7e42fe3b3b224ec2781b1f (diff) | |
download | rpm-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.gz rpm-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.bz2 rpm-f75a3f71ab5b584af5a4d3b168064968fd400c48.zip |
Doxygen annotations for config files.
Doxygen annotations for rpmdep section.
Add manifests for install modes.
CVS patchset: 4675
CVS date: 2001/04/10 12:36:45
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,7 @@ -# $Id: rpmrc.in,v 2.34 2001/02/27 21:30:27 jbj Exp $ +#/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc +# \verbatim +# +# $Id: rpmrc.in,v 2.35 2001/04/10 12:36:45 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 @@ -294,3 +297,5 @@ buildarch_compat: s390: noarch macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.db1:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros +# \endverbatim +#*/ |