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