diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-06-19 15:16:13 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-06-19 15:16:13 +0300 |
commit | a4d336f0536154450d54ff7d350cc85a85511e96 (patch) | |
tree | a97e19de3dd7d80a9914be91b4dc708331cb53d2 /lib | |
parent | 2cb4d412b1063a1f269a02b36f4e387003dbf989 (diff) | |
download | rpm-a4d336f0536154450d54ff7d350cc85a85511e96.tar.gz rpm-a4d336f0536154450d54ff7d350cc85a85511e96.tar.bz2 rpm-a4d336f0536154450d54ff7d350cc85a85511e96.zip |
Update mailinglist address in error message, ugh..
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c index 19ab98390..135d92277 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -1581,7 +1581,7 @@ static void getMachineInfo(int type, /*@null@*/ /*@out@*/ const char ** name, if (tables[currTables[type]].hasCanon) { rpmMessage(RPMMESS_WARNING, _("Unknown system: %s\n"), current[type]); - rpmMessage(RPMMESS_WARNING, _("Please contact rpm-list@redhat.com\n")); + rpmMessage(RPMMESS_WARNING, _("Please contact rpm-maint@lists.rpm.org\n")); } } } |