From owner-freebsd-questions@FreeBSD.ORG Thu Nov 2 13:50:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20FAF16A4B3 for ; Thu, 2 Nov 2006 13:50:42 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5089B43D49 for ; Thu, 2 Nov 2006 13:50:41 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 63DED9923B for ; Thu, 2 Nov 2006 07:50:40 -0600 (CST) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XUMimx6jQ+9d for ; Thu, 2 Nov 2006 07:50:37 -0600 (CST) Received: from janus.daycos.com (outbound.daycos.com [204.26.70.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 242BD95CDC for ; Thu, 2 Nov 2006 07:50:37 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Thu, 2 Nov 2006 07:50:27 -0600 User-Agent: KMail/1.9.5 References: <45475482.5020604@verysmall.org> In-Reply-To: <45475482.5020604@verysmall.org> X-Face: T+/_{qmjgbosI0J/e83I~w[&VF'w)!((xEpj///^bA/6?jHHS?nq+T8_+`nh"WnEWCWG, \}]Y2$)) =?utf-8?q?vLVz4ACChrEcb=7DCO=5EtYmMG=5C=0A=09ts=2Em=3F=5B7=5B6OwE*dAJ*9f+m?= =?utf-8?q?X=2E7R32qeN=5EDJ=5C?=(k@evW?IRQCy.^ MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1870263.Q84xcg3N3n"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200611020750.33722.kirk@strauser.com> Subject: Re: subversion on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 13:50:42 -0000 --nextPart1870263.Q84xcg3N3n Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 31 October 2006 7:49 am, pobox@verysmall.org wrote: > Hello, > > what is the best way to launch subversion (svnserve) on boot? How heavily do you plan to hit it? We use plain ol' inetd.conf: svn stream tcp nowait svn /usr/local/bin/svnserve svnserve -i -r /var/svn Since it's a (relatively) rarely used feature for us - no more than 50-60=20 connections per day - it's an easy way to not have to bother with it. =2D-=20 Kirk Strauser --nextPart1870263.Q84xcg3N3n Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iD8DBQBFSfep5sRg+Y0CpvERAqWqAJ0Wi/b0htHN8DhYfI96OVtrIL2t/QCbBxNm kKYnOAQet1VdSYYXVYk9ACo= =wm6E -----END PGP SIGNATURE----- --nextPart1870263.Q84xcg3N3n--