Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 15:18:31 +1000
From:      Danny <dannyh@idx.com.au>
To:        Drew Sanford <drew@planetwe.com>, questions@FreeBSD.ORG
Subject:   Re: rc startup question
Message-ID:  <00061615194605.00330@desktop.freebsd.org>
References:  <39478846.B31029F4@planetwe.com>

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

- as root
cd /usr/local/etc/rc.d
vi sysprogs.sh

in the sysprogs.sh file type in 

#!/bin/sh

/usr/local/sysprogs/bin/syspogs

Exit form vi

Then chmod 755 sysprogs.sh

Then it should start whatever automatically during bootup.


On Wed, 14 Jun 2000, Drew Sanford wrote:
> If I want to start something that isn't listed in rc.conf the way, say
> named is, how would I go about doing that automagically at boot time?
> With snmpd for example, would I add something like
> 
> /usr/local/sbin/snmpd
> 
> to rc.conf, or am I way off track? This probly seems like a really
> stupid question but I'm at a loss coming from a linux backround where
> rc.local would just have the above line added to it. Thanks for any
> help.
> 
> -- 
> Drew Sanford
> Systems Administrator
> Planetwe.com
> Email: drew@planetwe.com
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
--

------------------------------------------------------------

You are not authorized to use my email address for spam or any purpose
whatsoever. Remove my email address from your databases immediately and do
not attempt to email me in any way.

------------------------------------------------------------


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?00061615194605.00330>