From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2389 Path: news.gmane.org!.POSTED!not-for-mail From: Jonathan de Boyne Pollard Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: has anyone gotten nosh to build on Void Linux? Date: Sun, 1 Jul 2018 12:38:48 +0100 Message-ID: References: <87fu14irya.fsf@prgmr.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------FC9D0E614691EB5BDF81AA4A" X-Trace: blaine.gmane.org 1530445003 13503 195.159.176.226 (1 Jul 2018 11:36:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2018 11:36:43 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 To: Supervision Original-X-From: supervision-return-1980-gcsg-supervision=m.gmane.org@list.skarnet.org Sun Jul 01 13:36:38 2018 Return-path: Envelope-to: gcsg-supervision@m.gmane.org Original-Received: from alyss.skarnet.org ([95.142.172.232]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fZaek-0003Rf-FZ for gcsg-supervision@m.gmane.org; Sun, 01 Jul 2018 13:36:38 +0200 Original-Received: (qmail 4173 invoked by uid 89); 1 Jul 2018 11:39:16 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Original-Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 4166 invoked from network); 1 Jul 2018 11:39:16 -0000 X-Originating-IP: [86.10.101.211] X-Authenticated-User: J.deBoynePollard-newsgroups@NTLWorld.COM X-Spam: 0 X-Authority: v=2.3 cv=EPmyLGRC c=1 sm=1 tr=0 a=FQ5CjUvp3JFI4KFGyeqcZw==:117 a=FQ5CjUvp3JFI4KFGyeqcZw==:17 a=x7bEGLp0ZPQA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=xNf9USuDAAAA:8 a=danhDmx_AAAA:8 a=NEAV23lmAAAA:8 a=2QbjNfLVwV6BFve_oskA:9 a=QEXdDO2ut3YA:10 a=pGLkceISAAAA:8 a=QUUa7tzfF6-xVwfNpFgA:9 a=S74ZpRdhxlKJ6_vd:21 a=_W_S_7VecoQA:10 a=SEwjQc04WA-l_NiBhQ7s:22 a=P4VdviVPEcjfz_PVVggX:22 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1530445129; bh=p2z9A8L2zbAnX1CXHU4O2F0c4Aw0NbsdvHYPo357s2k=; h=Subject:To:References:From:Date:In-Reply-To; b=WQeeK0ip+E3gWy23/1yx6xR7peJU588PwYvvXFyzwntNhvXtx6DXW+C1mO2qDj0fA zRr4xi1g1Ht5UNjbbzdzKJiwCalCpRghDQHYo27b8JhQGi6qpZ0JwRccXG59qeuXQz uOYHNAJgsD6FHXn4E0Uo9e2kq4hk+V/wAUfMOnw3/n6s1GwwD0GsHq05UDpza9yOHm b0rA15Ra0+/xnnM0epCDuzMw7Z6jzgEUV4RLobJrRYPbyTDegSGDB6RPJweGQJy3Zk j9ySCwb+NEP/YsMosQby4JsMadmX2O+unLGdhW72nN5ajOzdj+46gCiwbkF1wRQeZx ZgFy0pZ14ZJtw== In-Reply-To: X-CMAE-Envelope: MS4wfOuivudcehJZxRJQhG/yP3Ebrxf3Qbl/f75sF2Wql3MmL0UexsEbGYrZO9SMCGO4l6yKRowez9EXdq2l2i16cIp85VuR2HOdAX7hFuWxZZCMJxjek8o4 7dahRC4EiymPRei/KEXsV7U3Gq0Sq3OXvK0SqI5Dq9yyYzOVL0bBz2tXHxFMLW00/uACdFtLNfq7y/8RFlQc2HR5r6n5j6KxyAFhYW1iuYYaqPlB/iUQux0S pNl0QC8X/nBxP+gVzf2tgu4SlwUlM6R4nn9EbS0e/G8= Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2389 Archived-At: --------------FC9D0E614691EB5BDF81AA4A Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Guillermo: > * > > The |wall|(1) program is available in Void's 'standard' > executables directories. > > Because that's what nosh's build system and executables are going to > expect, as far as I know. > For the sake of other readers: note that it is not the build system that employs the |wall| program. (That would be bizarre.) It is the |shutdown| program, at runtime, as described in its manual. This is not a requirement specific to the nosh toolset's |shutdown| program. The old |shutdown| program in FreeBSD and OpenBSD has the same requirement, for example, as did the |shutdown| program in 386BSD. Using the |wall| program to do its job rather than duplicating (a fork of) its code into |shutdown| (which the van Smoorenburg , upstart , and systemd |shutdown| programs all have) has a long history in the Unix world. --------------FC9D0E614691EB5BDF81AA4A--