From owner-freebsd-questions Sun Jul 1 21:35: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sunny.pacific.net.sg (sunny.pacific.net.sg [203.120.90.127]) by hub.freebsd.org (Postfix) with ESMTP id 83D1337B403 for ; Sun, 1 Jul 2001 21:35:06 -0700 (PDT) (envelope-from nchee_hoong@pacific.net.sg) Received: from pop1.pacific.net.sg (pop1.pacific.net.sg [203.120.90.85]) by sunny.pacific.net.sg with ESMTP id f623fDr18835; Mon, 2 Jul 2001 11:41:13 +0800 (SGT) Received: from pacific.net.sg ([203.208.143.50]) by pop1.pacific.net.sg with ESMTP id MAA25473; Mon, 2 Jul 2001 12:34:56 +0800 (SGT) Message-ID: <3B3FFB3B.47CA7BBA@pacific.net.sg> Date: Mon, 02 Jul 2001 12:40:27 +0800 From: Kelvin Ng Chee Hoong X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: zh-TW,en MIME-Version: 1.0 To: cjclark@alum.mit.edu Cc: "Jonathan M. Slivko" , so@server.i-clue.de, "freebsd-questions@FreeBSD.ORG" Subject: Re: Restart /etc/rc.conf References: <3B3FC775.F9B111CD@pacific.net.sg> <20010701195927.K296@blossom.cjclark.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG how about enable or disable inetd ? "Crist J. Clark" wrote: > On Mon, Jul 02, 2001 at 02:13:14AM +0100, Jonathan M. Slivko wrote: > > ps -aux | grep sendmail > > kill -9 > > done. > > Don't use signal 9 (SIGKILL) unless you have to. It does not allow a > program to clean up or do other things before exiting. Use the default > SIGTERM. > > To properly shutdown sendmail, > > # kill `head -1 /var/run/sendmail.pid` > > -- > Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message