Package: bopm Version: 3.1.2-7 Severity: important Passing `-d' to BOPM when the daemon is started disables logging to the expected logfile `/var/run/bopm/bopm.log'. `start-stop-daemon' directs BOPM's output on stderr to `/dev/null' instead.
log.c:
99 if(OPT_DEBUG)
100 {
101 fprintf(stderr, "[%s] %s\n", buf_present, data2);
102 }
103 else
104 {
105 fprintf(logfile, "[%s] %s\n", buf_present, data2);
106 fflush(logfile);
107 }
main.c:
90 c = getopt(argc, argv, "dc:");
[...]
100 case 'd':
101 OPT_DEBUG++;
102 break;
Kind regards,
Philipp Kern
signature.asc
Description: This is a digitally signed message part

