Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!newsfeed.internetmci.com!news.ac.net!pacifier!news.pacifier.com!deraadt From: deraadt@theos.com (Theo de Raadt) Newsgroups: comp.unix.bsd.misc Subject: Re: OpenBSD Date: 16 May 1997 19:48:13 GMT Organization: OpenBSD Lines: 38 Message-ID: <DERAADT.97May16134813@zeus.pacifier.com> References: <MPG.de2b2a9f48adccf989680@203.17.49.104> <x7k9kzorar.fsf@dumbcat.codewright.com> NNTP-Posting-Host: zeus.theos.com In-reply-to: Marco S Hyman's message of 15 May 1997 23:38:04 -0700 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.misc:3298 In article <x7k9kzorar.fsf@dumbcat.codewright.com> Marco S Hyman <marc@dumbcat.codewright.com> writes: jvelasco@ecua.net.ec (Martin Velasco) writes: > My problem is I don't know how to setup it, after it's installed. Linux > and I think other BSDs come with generalized rc files, man pages > installed, etc. but OpenBSD doesn't. Huh? travel$ uname -a OpenBSD travel.codewright.com 2.1 TRAVEL#3 i386 travel$ ls /etc/rc* /etc/rc /etc/rc.local.orig /etc/rc.local /etc/rc.securelevel And probably the important file /etc/netstart. In general we have made an effort to provide commented documentation in every file in /etc. There aren't that many files; it should not take more than 3 minutes to become familiar with most of them. Note: the latest/greatest files for /etc -- your rc.* files -- are not installed when you generate a system from source. I solved this by cd /usr/src/etc && make distribution-etc-root-var then restoring any local changes from my backed up copies of important files. I don't know if this was the correct thing to do, but it seemed to work for me. And... yes, you did the right thing. That's a problem we have no solution for; it's a good thing that system configuration files don't get tromped by a regular build. -- This space not left unintentionally unblank. deraadt@openbsd.org www.OpenBSD.org -- We're fixing security problems so you can sleep at night. (If it wasn't so fascinating I might get some sleep myself...)