X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=MNTkXY/dyxkwUhH4 dzSX1oLDqTZNC6xkPIZ1HR9Oqtluuafo/+rFtih0BIVv1aMhriXTNhvleQhF1azJ LfgzrxBnVuRFxoWBmiXM/E2MFTyhEpL5dfYii1uTnJEd4Sx7QuV3LtmpEDrekrkT 6u9SEx8Ei/H5fVFLuxq8GxW88EA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=iMEBTdKnmGAvbLws1RtwCM tTZWc=; b=Egd75XT5ftCeecrbVK6C2t1kugzx+Goj8SYKJmc5fA2aM/mV5YFg48 Fgvga00ItvYJ2+vUjLQiklzMmSp8Fj1bQjq7x0ikseuiHX+EEkEBNRBgViP8k+ox 9uJmSkbpxt7Y9GYDQ78l1kwdX/J4atlyldVPX+Osfcd6vNP7HPrNY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: Is there no other run-parts in cygwin? To: cygwin AT cygwin DOT com References: <1508652225 DOT 20190830111355 AT yandex DOT ru> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: Date: Fri, 30 Aug 2019 10:38:20 -0600 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 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