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