Description: suppress "program not found" messages. This programs are in separated packages, and open-axiom recommends them. Forwarded: not-needed Origin: vendor Index: open-axiom-debian/src/sman/sman.c =================================================================== --- open-axiom-debian.orig/src/sman/sman.c +++ open-axiom-debian/src/sman/sman.c @@ -448,7 +448,6 @@ start_the_hypertex(Command* cmd) const char* command = oa_concatenate_string(root_dir,HypertexProgram); if (readablep(command) != 1) { - fprintf(stderr, "Hypertex program not found.\n"); return; } if (PasteFile){ @@ -478,8 +477,6 @@ start_the_graphics(Command* cmd) if (readablep(command) == 1) spawn_of_hell(command, DoItAgain); - else - fprintf(stderr, "Graphics program not found.\n"); } /* Start the core executable session in a separate process, */