wmppp.app: Rename system wide fixed options configuration file for consistency.
This commit is contained in:
parent
070bddbe13
commit
9e02f15e59
|
@ -415,7 +415,7 @@ void wmppp_routine(int argc, char **argv) {
|
||||||
strcat(temp, "/.wmppprc");
|
strcat(temp, "/.wmppprc");
|
||||||
parse_rcfile(temp, wmppp_keys);
|
parse_rcfile(temp, wmppp_keys);
|
||||||
|
|
||||||
strcpy(temp, "/etc/wmppp.fixed");
|
strcpy(temp, "/etc/wmppprc.fixed");
|
||||||
parse_rcfile(temp, wmppp_keys);
|
parse_rcfile(temp, wmppp_keys);
|
||||||
|
|
||||||
/* Open the display */
|
/* Open the display */
|
||||||
|
|
Loading…
Reference in a new issue