Date: Wed, 14 Mar 2001 14:32:10 +0100 From: Edwin Groothuis <edwin@mavetju.org> To: Ben <ben@cahostnet.com> Cc: questions@freebsd.org Subject: Re: Stopping Sendmail Message-ID: <20010314143210.J25892@cgmd76206.chello.nl> In-Reply-To: <002001c0ac8a$fdb02e20$6102a00a@nhqadmin17>; from ben@cahostnet.com on Wed, Mar 14, 2001 at 08:30:36AM -0500 References: <002001c0ac8a$fdb02e20$6102a00a@nhqadmin17>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 14, 2001 at 08:30:36AM -0500, Ben wrote: > How can I stop sendmail from running? I said "NO" to run sendmail in > my rc.conf but it still runs. Is that after a reboot or you only changed the rc.conf? If the second, do a "kill `head -1 /var/run/sendmail.pid`" and it will stop running (telnet to port smtp to confirm yourself if it's really dead) > Second question, if I say NO to run the cronjob daemon will it stop > it for the machine? It's still running. I'm quite confused on this > one. If you rebooted the machine yes, if the machine hasn't rebooted, "kill `cat /var/run/cron.pid`" will stop it. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010314143210.J25892>