From e37d784eca01848f7af08f7d0274ba163805a808 Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Tue, 15 Sep 2009 15:35:01 +0200 Subject: [PATCH] correct comment fsetupcmd is searchig for .fspsites not .fsp_prof --- clients/fsetupcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/fsetupcmd.c b/clients/fsetupcmd.c index fbc9c04..d120102 100644 --- a/clients/fsetupcmd.c +++ b/clients/fsetupcmd.c @@ -81,7 +81,7 @@ int main (int argc, char ** argv) if (!pw) pw = getpwuid(getuid()); if (pw) { csh = !strcmp(pw->pw_shell + strlen(pw->pw_shell) - 3, "csh"); - home = pw->pw_dir; /* for default search for file .fsp_prof*/ + home = pw->pw_dir; /* for default search for file .fspsites */ } else home=getenv("HOME");