Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 8133889c94a9521d64dff9b14abac22f > files > 2

mystar-2.56-5mdv2010.0.src.rpm

--- mystar.c~	2006-12-10 14:57:30.000000000 +0100
+++ mystar.c	2007-04-03 07:30:25.000000000 +0200
@@ -305,7 +305,7 @@
 
     //the check and anylysis against mystar.conf  *don't*  work perfectly.
     //this may be improved in the later version.
-    if( (fp=fopen("mystar.conf","r"))==NULL ) err_quit("cannot open file mystar.conf ! check it.\n");
+    if( (fp=fopen("/etc/mystar.conf","r"))==NULL ) err_quit("cannot open file mystar.conf ! check it.\n");
     while(fgets(buf,sizeof(buf),fp)!=NULL)
     {
         if( (buf[0]=='#') || (buf[0]=='\n') ) continue;