From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by chiba.3jane.net (Postfix) with ESMTP id CE25CAC3CE; Sun, 30 Jun 2002 14:29:55 -0500 (CDT) Received: from user-33qs0ip.dialup.mindspring.com ([199.174.2.89] helo=rig.dyndns.ws) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 17OkOL-0000M6-00; Sun, 30 Jun 2002 15:29:49 -0400 Received: by rig.dyndns.ws (Postfix, from userid 1000) id 34EDF2B22B; Sun, 30 Jun 2002 14:29:49 -0500 (CDT) From: Jacob Perkins To: gentoo-user Cc: gentoo-dev Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 30 Jun 2002 14:29:49 -0500 Message-Id: <1025465389.11060.4.camel@rig.dyndns.ws> Mime-Version: 1.0 Subject: [gentoo-dev] new net runlevel Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 99f368e3-66a4-4636-b89e-d33ca5186066 X-Archives-Hash: a6da17846006773e5857c48341b39eaf I would like to have a virtual runlevel, let's call it net. It's going to be a symlink to either a dsl or dialup virtual runlevel. The dsl runlevel will have net.eth0, and the dialup runlevel will have net.ppp0. There will be other things in them too, like netmount in dsl. I'd like the net runlevel to be started with default so that something like postfix, which needs net, will start correctly. How can I do this? I tried editing inittab and adding a line to start net, but if I put it before default, default wouldn't start, and if I put it after, net wouldn't start and postfix would fail. I also tried making a net rc-script, with just a start() that has '/sbin/rc net', but that did absolutely nothing. I need help on this asap, thanks. Jacob