public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Is there no other run-parts in cygwin?
@ 2019-08-30  8:38 Andrey Repin
  2019-08-30 16:52 ` Brian Inglis
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Repin @ 2019-08-30  8:38 UTC (permalink / raw)
  To: All

Greetings, All!

The only run-parts thing I've found comes with busybox.
Is there no standalone one?


-- 
With best regards,
Andrey Repin
Friday, August 30, 2019 11:13:16

Sorry for my terrible english...


--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is there no other run-parts in cygwin?
  2019-08-30  8:38 Is there no other run-parts in cygwin? Andrey Repin
@ 2019-08-30 16:52 ` Brian Inglis
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Inglis @ 2019-08-30 16:52 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-30 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30  8:38 Is there no other run-parts in cygwin? Andrey Repin
2019-08-30 16:52 ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).