From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id 6F71E2B48F for ; Thu, 13 Jun 2024 20:45:32 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 5067343253; Fri, 14 Jun 2024 04:45:28 +1000 (AEST) Received: from freecalypso.org (freecalypso.org [195.154.163.71]) by minnie.tuhs.org (Postfix) with ESMTPS id 1C3FC43252 for ; Fri, 14 Jun 2024 04:45:22 +1000 (AEST) Received: by freecalypso.org (Postfix, from userid 1001) id 3ED803740153; Thu, 13 Jun 2024 18:45:20 +0000 (UTC) Date: Thu, 13 Jun 2024 10:45:09 -0800 From: Mychaela Falconia To: tuhs@tuhs.org, segaloco@protonmail.com References: <73819d1a-395a-4b74-a20c-0123fbed56bd@technologists.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20240613184520.3ED803740153@freecalypso.org> Message-ID-Hash: TNDNHOH2TYOVE7AINN7XL3M2YJHEJ57X X-Message-ID-Hash: TNDNHOH2TYOVE7AINN7XL3M2YJHEJ57X X-MailFrom: falcon@freecalypso.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Version 256 of systemd boasts '42% less Unix philosophy' ??? The Register List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Matt G. wrote: > Are there any known attempts in the modern age to roll Linux with something > resembling research/BSD init? That would be a nice counter to the > proliferation of systemd. I use Slackware and will never give it up. It uses sysvinit, which isn't as good as research/BSD init, but a helluvalot better than systemd! There is also Devuan, a sans-systemd fork of Debian, for those who aren't hard-core enough to go full Slackware. M~