From owner-freebsd-questions Sat May 20 4:12:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from divre5.telkom.co.id (surabaya.divre5.telkom.co.id [202.134.0.55]) by hub.freebsd.org (Postfix) with SMTP id 4157937B794 for ; Sat, 20 May 2000 04:12:35 -0700 (PDT) (envelope-from sandy@divre5.telkom.co.id) Received: (qmail 19015 invoked from network); 20 May 2000 11:07:09 -0000 Received: from unknown (HELO sandy) (203.130.246.223) by divre5.telkom.co.id with SMTP; 20 May 2000 11:07:09 -0000 Message-ID: <001b01bfc24d$c5928f10$220c600a@divre5.net> From: "Arisandy Arief" To: "Freebsd List" Subject: start qmail automatically... Date: Sat, 20 May 2000 18:22:29 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how can I start qmail automatically on boot I'm using daemontools and svscan script like this one: #!/bin/sh cd /service && /usr/local/bin/svscan & && echo ' svscan' it run normally when I run it after boot-up process but error (qmail didn't start) when I use it for boot-up.... how can I fix it...??? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message