Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 1999 13:10:15 -0700 (MST)
From:      Lucas Nealan <screen@screenenvy.com>
To:        Rick Knebel <rknebel@uplink.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: fetchmail
Message-ID:  <Pine.BSF.4.10.9909201305190.9947-100000@bitch.screenenvy.com>
In-Reply-To: <19990920154732.A293@rknebel.uplink.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Create the following file:

/usr/local/etc/rc.d/fetchmail.sh

containing:

#!/bin/sh
[ -x /usr/local/bin/fetchmail ] && /usr/local/bin/fetchmail && echo -n \
' fetchmail'

This works for me on 3.2.  Remember to change the fetchmail path if yours
is different.

On Mon, 20 Sep 1999, Rick Knebel wrote:

> Hi,
> I want to start fetchmail as root during bootup.
> What file should I put it into?
> 
> Thanks
> Rick
> 
> -- 
> Rick Knebel
> rknebel@uplink.net
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 



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?Pine.BSF.4.10.9909201305190.9947-100000>