From owner-freebsd-current Tue Aug 22 3:30: 2 2000 Delivered-To: freebsd-current@freebsd.org Received: from ockle.dev.nanoteq.co.za (ockle.dev.nanoteq.co.za [196.7.114.28]) by hub.freebsd.org (Postfix) with ESMTP id 1656337B423 for ; Tue, 22 Aug 2000 03:29:49 -0700 (PDT) Received: (from johan@localhost) by ockle.dev.nanoteq.co.za (8.9.3/8.9.3) id MAA00806; Tue, 22 Aug 2000 12:40:43 +0200 (SAST) (envelope-from johan) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200008211205530812.0DA63AC7@texasonline.net> Date: Tue, 22 Aug 2000 12:40:43 +0200 (SAST) Organization: Nanoteq From: Johan Kruger To: Gordon Zeigler Subject: RE: Question from a neophyte... Why isn't rc.local being read? Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Make sure it's not commented out in rc # Run rc.devfs if readable to customize devfs # if [ -r /etc/rc.devfs ]; then sh /etc/rc.devfs fi # Do traditional (but rather obsolete) rc.local file if it exists. If you # use this file and want to make it programmatic, source /etc/defaults/rc.conf # in /etc/rc.local and add your custom variables to /etc/rc.conf, as # shown below. Please do not put local extensions into /etc/rc itself. # Use /etc/rc.local # # ---- rc.local ---- # if [ -r /etc/defaults/rc.conf ]; then # . /etc/defaults/rc.conf # source_rc_confs # elif [ -r /etc/rc.conf ]; then # . /etc/rc.conf # fi # # ... additional startup conditionals ... # ---- rc.local ---- # if [ -r /etc/rc.local ]; then echo -n 'starting local daemons:' sh /etc/rc.local echo '.' fi On 21-Aug-00 Gordon Zeigler wrote: > I've added startup commands to /etc/rc.local on my 3.4 Stable machine. > > /usr/local/etc/webmin/start # Start webmin > /usr/local/sbin/sshd # Start open ssh > /etc/init.d/apachectl start # Start apache web server > > Yet, these are not starting at reboot... > > What am I missing? Probably something obvious, but it escapes me... > > > > *********** REPLY SEPARATOR *********** > > On 8/21/00 at 9:53 AM Julian Elischer wrote: > >>since config has changed.. where do I set the flags on my debug port >>(sio2?) >>the sio man page has no hints.. >>it looks to me as it if is now controlled differently >>unles I've made a mistake.... >> >> >>julian >> >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-current" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message ---------------------------------- Unix Software Developer/Engineer E-Mail: Johan Kruger Date: 22-Aug-00 Time: 12:38:46 All good things come to those who ... runs FreeBSD ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message