From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22803 invoked by alias); 30 Aug 2019 16:38:25 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22739 invoked by uid 89); 30 Aug 2019 16:38:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=downloaded X-HELO: smtp-out-no.shaw.ca Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.13) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Aug 2019 16:38:23 +0000 Received: from [192.168.1.114] ([24.64.172.44]) by shaw.ca with ESMTP id 3jumiGrZiUIS23juni3ROk; Fri, 30 Aug 2019 10:38:21 -0600 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: Is there no other run-parts in cygwin? To: cygwin@cygwin.com References: <1508652225.20190830111355@yandex.ru> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: Date: Fri, 30 Aug 2019 16:52:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <1508652225.20190830111355@yandex.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00427.txt.bz2 On 2019-08-30 02:13, Andrey Repin wrote: > The only run-parts thing I've found comes with busybox. > Is there no standalone one? I downloaded it from Cygwin ports years ago - found repos at: http://ftp.tcrc.edu.tw/Unix/sourceware.org/cygwinports/x86_64/release/debianutils/ http://ftp.nchu.edu.tw/Unix/sourceware.org/cygwinports/x86_64/release/debianutils/ which you can grab all of into /tmp/ with: $ wget -nv -P /tmp/ -m -np -nH --cut-dirs=5 $REPO or just the binary with: $ wget -nv -P /tmp/ $REPO/debianutils-4.4-1.tar.xz unless you want to grab and stash more of the ports archive. Download and (if unfamiliar) install with: $ tar -x -C / -f /tmp/debianutils-4.4-1.tar.xz -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple