Date: Tue, 16 Jan 2001 18:41:22 -0800 (PST) From: Erick Mechler <emechler@radix.cryptio.net> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/24397: Message-ID: <200101170241.f0H2fMN28914@radix.cryptio.net>
next in thread | raw e-mail | index | archive | help
>Number: 24397 >Category: bin >Synopsis: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 16 18:50:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Erick Mechler >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD 4.x >Description: This patch is just a way to easily restart the sendmail process using the Makefile installed into /etc/mail/Makefile. Although this isn't necessary a lot of the time, it's proven useful for me in several cases and might be a good addition to the system. >How-To-Repeat: >Fix: *** Makefile.orig Tue Jan 16 18:05:40 2001 --- Makefile Tue Jan 16 17:02:52 2001 *************** *** 29,31 **** --- 29,34 ---- clean: rm -f access.db virtusertable.db mailertable.db + + restart: + kill -HUP `head -1 /var/run/sendmail.pid` >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101170241.f0H2fMN28914>