Skip to main content.

2002-Sep-03

Making a diff with all the original from-files having a filename ending with ".orig" extension.

>~/the.patch ; find . -mtime -3 -type f | egrep .orig$ |
while read fn ; do
new=`echo $fn | sed s/.orig$//`
diff -u $fn $new >> ~/the.patch
done

Adding menu support for packages. Edited mk/bsd.pkg.mk and a few pkgtools/pkg_install.