ossp-pkg/petidomo/queue_command.c 1.3 -> 1.4
--- queue_command.c 2001/01/18 20:30:50 1.3
+++ queue_command.c 2001/01/19 12:49:44 1.4
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/queue_command.c,v $
- $Revision: 1.3 $
+ $Revision: 1.4 $
Copyright (C) 2000 by Peter Simons <simons@computer.org>.
@@ -39,7 +39,7 @@
}
fprintf(fh, "#! /bin/sh\n");
fprintf(fh, "\n");
- fprintf(fh, BINDIR "/petidomo --mode=listserv --approved <<[end-of-mail-marker]\n");
+ fprintf(fh, "%s --mode=listserv --approved <<[end-of-mail-marker]\n", who_am_i);
fprintf(fh, "Sender: %s\n", mail->Envelope);
fprintf(fh, "From: %s\n", mail->From);
if (mail->Reply_To)
|
|