[Pkg-wmaker-commits] [wmppp.app] 50/120: wmppp.app: Rename system wide fixed options configuration file for consistency.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 12:04:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmppp.app.

commit 480cc911488ef7513bf0781a548c0b384c62fa1a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Sep 14 12:57:16 2014 -0500

    wmppp.app: Rename system wide fixed options configuration file for consistency.
---
 wmppp/wmppp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmppp/wmppp.c b/wmppp/wmppp.c
index bef2f6a..8415b7f 100644
--- a/wmppp/wmppp.c
+++ b/wmppp/wmppp.c
@@ -415,7 +415,7 @@ void wmppp_routine(int argc, char **argv) {
 	strcat(temp, "/.wmppprc");
 	parse_rcfile(temp, wmppp_keys);
 
-	strcpy(temp, "/etc/wmppp.fixed");
+	strcpy(temp, "/etc/wmppprc.fixed");
 	parse_rcfile(temp, wmppp_keys);
 
 	/* Open the display */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmppp.app.git



More information about the Pkg-wmaker-commits mailing list