From owner-cvs-usrsbin Fri Feb 24 21:10:23 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA06397 for cvs-usrsbin-outgoing; Fri, 24 Feb 1995 21:10:23 -0800 Received: (from phk@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA06386; Fri, 24 Feb 1995 21:10:20 -0800 Date: Fri, 24 Feb 1995 21:10:20 -0800 From: Poul-Henning Kamp Message-Id: <199502250510.VAA06386@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_rmail ctm_rmail.1 ctm_rmail.c error.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk phk 95/02/24 21:10:19 Modified: usr.sbin/ctm/ctm_rmail ctm_rmail.1 ctm_rmail.c error.c Log: (Not tested yet. I may insist that ctm be invoked with absolute path. /phk) This patch fixes the concurrency problem, and adds a possibly useful -f switch (which you can read about in the man page :-) ). It also removes the absolute path from the invocation of ctm. I'll write a note about how to use a script with sendmail and procmail or some such, and people can fix their PATH there. BTW, this patch changes ctm_rmail.1, ctm_rmail.c and error.c in the ctm_rmail directory. Stephen. Reviewed by: phk Submitted by: Stephen McKay