Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=1.79

tar --files-from=file.list -xzvf ../inetd-OpenBSD-$VERSION.tar.gz
mv inetd inetd-orig

cp -rf ./inetd-new ./inetd

diff --unified -Nr  inetd-orig  inetd > inetd-OpenBSD-$VERSION-BSD.patch

mv inetd-OpenBSD-$VERSION-BSD.patch ../patches

rm -rf ./inetd
rm -rf ./inetd-orig