From mboxrd@z Thu Jan 1 00:00:00 1970 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=DKIM_INVALID,DKIM_SIGNED, HTML_MESSAGE,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6389 invoked from network); 27 Feb 2022 17:12:02 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 27 Feb 2022 17:12:02 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 263B39CFC0; Mon, 28 Feb 2022 03:12:00 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id D15DE944BA; Mon, 28 Feb 2022 03:10:39 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="onZJTPwO"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 6C0E7944BA; Mon, 28 Feb 2022 03:10:36 +1000 (AEST) Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) by minnie.tuhs.org (Postfix) with ESMTPS id D233893D6E for ; Mon, 28 Feb 2022 03:10:35 +1000 (AEST) Received: by mail-qv1-f48.google.com with SMTP id j5so10628280qvs.13 for ; Sun, 27 Feb 2022 09:10:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wXWT9McPW/7IEC5IPHoVVx36kyupN0BUxsYq0Zkefcw=; b=onZJTPwOQ1mIc9q9BSDzOjsnl+uw6VKeDf1ukeXmWUM10z58Ybdh3nl95xvYmXjNkY ZYZJI0lf3t5fEWPZ1b7qhpYL9uIWpvCyHb6jb4WdLDCA4uD6efDK98sCde37XJSNNQqX m8ozD42ShNaCS3m8e+QNzQdeanZYouTXtQvyk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wXWT9McPW/7IEC5IPHoVVx36kyupN0BUxsYq0Zkefcw=; b=M6sgm2He+9ykd66GA1Hg6JB+A7l1oxDd94zkCeHdLdwD90GyhPxMxl6weTmXS7QgdM ePZc+onKaZybx5qsxIomEtO/a4ah8xSAO09sAmpfH4n91LjAoUUr+S3cSMij7uLiJB3e QjaVKCyiclARtb6b0U2hDLZhKTz7yj4kd2RoBBE5PU2NpQRdXu0D/m2tjo9mtVeT4YGd oIw66V7AlPH7AMN83akXEifLCogtl8Otc8KE7OFPJATNcGSTlesRV8y5ojpec7Pv+0WA tQJ5e5AhDZpcSsMSsv725UKzLxm77SUNO+Yn9NEVhEsHFXnWt1iP8MbPELr6FU/4ZLCh akNg== X-Gm-Message-State: AOAM532ZndJ6JEYyvALzT56PbCgJ/WWfRWT0E8Ww1zKrwe7qKMrjDK0S iPYF3DC/FCIqb67J19g3Ows+ITEFz/g42EyzpgGQeg== X-Google-Smtp-Source: ABdhPJxh00eDuwfzs36UnbLsCXkfKSms/3nmIhDCfbebqEnf9NWEeiAXU9E3FWUGfigQxNj32bzO2h1qJSFDFRzbaRI= X-Received: by 2002:a05:6214:f03:b0:433:1a6a:6e7d with SMTP id gw3-20020a0562140f0300b004331a6a6e7dmr1431737qvb.97.1645981834563; Sun, 27 Feb 2022 09:10:34 -0800 (PST) MIME-Version: 1.0 References: <20220227150155.GG21168@mcvoy.com> In-Reply-To: <20220227150155.GG21168@mcvoy.com> From: Clem Cole Date: Sun, 27 Feb 2022 12:10:09 -0500 Message-ID: To: Larry McVoy Content-Type: multipart/alternative; boundary="0000000000008e62c605d903026c" Subject: Re: [TUHS] run commands at login in v6 and stty X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --0000000000008e62c605d903026c Content-Type: text/plain; charset="UTF-8" On Sun, Feb 27, 2022 at 10:01 AM Larry McVoy wrote: > So while I understand (I think) Rob's distaste for #ifdef, I've been very > grateful for it when I needed it. > Yep - like symlinks -- useful feature when appropriately used in specific moderation where they really do help. But both are like giving whiskey to teenagers, so don't be surprised when the result is catastrophic. --0000000000008e62c605d903026c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On S= un, Feb 27, 2022 at 10:01 AM Larry McVoy <lm@mcvoy.com> wrote:
So while I understand (I think) Rob's distaste for #ifdef,= I've been very grateful for it when I needed it. =C2=A0
=
Yep - like symlinks -- usefu= l feature when appropriately used in specific moderation where they really= =C2=A0do help.=C2=A0 But both are like giving whiskey to teenagers, so don&= #39;t be surprised when the result is=C2=A0catastrophic.
--0000000000008e62c605d903026c--