|
From: Pascal B. <pb...@us...> - 2001-11-29 16:59:32
|
Update of /cvsroot/mpkg/mpkg/lib/librpm/lib In directory usw-pr-cvs1:/tmp/cvs-serv15790/lib/librpm/lib Modified Files: rpmrc.c Log Message: Index: rpmrc.c =================================================================== RCS file: /cvsroot/mpkg/mpkg/lib/librpm/lib/rpmrc.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** rpmrc.c 2001/11/29 16:40:57 1.5 --- rpmrc.c 2001/11/29 16:59:28 1.6 *************** *** 16,20 **** #include "debug.h" ! static const char *defrcfiles = "rpmrc:/etc/rpmrc:~/.rpmrc"; const char * macrofiles = MACROFILES; --- 16,20 ---- #include "debug.h" ! static const char *defrcfiles = LIBRPMRC_FILENAME ":/etc/rpmrc:~/.rpmrc"; const char * macrofiles = MACROFILES; |