Skip to content
Snippets Groups Projects
Commit 7d71d40f authored by rswindell's avatar rswindell
Browse files

Added -c to more command-line (hopefully standard).

A bit more description of the useX option.
parent c90b0c9b
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ int main(int argc, char **argv)
sprintf(mopt[i++],"%-27.27s%s","Make Command-line",params.make_cmdline);
sprintf(mopt[i++],"%-27.27s%s","File Owner",params.sbbsuser);
sprintf(mopt[i++],"%-27.27s%s","File Group",params.sbbsgroup);
sprintf(mopt[i++],"%-27.27s%s","Include X Support",params.useX?"Yes":"No");
sprintf(mopt[i++],"%-27.27s%s","Include X/FLTK Support",params.useX?"Yes":"No");
sprintf(mopt[i++],"%-27.27s","Start Installation...");
mopt[i][0]=0;
......@@ -623,7 +623,7 @@ void install_sbbs(dist_t *dist,struct server_ent_t *server) {
break;
}
sprintf(cmd,"more %s/docs/sbbscon.txt",params.install_path);
sprintf(cmd,"more -c %s/docs/sbbscon.txt",params.install_path);
exec(cmd);
printf("Synchronet has been successfully installed to:\n\t%s\n",params.install_path);
printf("Documentation files in:\n\t%s/docs\n",params.install_path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment