$NetBSD: patch-ab,v 1.23 2004/09/15 08:51:44 adam Exp $ --- script/installbin.sh.orig 2004-09-15 10:28:42.000000000 +0000 +++ script/installbin.sh @@ -22,6 +22,7 @@ for p in $*; do fi cp $p $BINDIR/ chmod $INSTALLPERMS $BINDIR/$p2 + strip $BINDIR/$p2 # this is a special case, mount needs this in a specific location if [ $p2 = smbmount ]; then