diff -r 59ebdf31607e -r 43a74e63d4a3 openpkg/etc.wrapbin.sh --- a/openpkg/etc.wrapbin.sh Thu Aug 02 01:14:45 2012 +0200 +++ b/openpkg/etc.wrapbin.sh Thu Aug 02 01:28:59 2012 +0200 @@ -179,7 +179,7 @@ echo "BOOT" >$l_prefix/etc/openpkg/license # fixate installation files -# (ATTENTION: order of chgrp/chown and chmod is important because of "set-UID" bits) +# (ATTENTION: order of chgrp/chown and chmod is important because of "setuid" bits) echo "++ fixating OpenPKG instance filesystem hierarchy" ( echo 'fixate () {' echo ' chgrp "$3" "$4"' @@ -192,7 +192,7 @@ ) | sh 2>/dev/null || true # running the embedded %post script -echo "++ post-processing OpenPKG bootstrap installation" +echo "++ postprocessing OpenPKG bootstrap installation" prefix="$l_prefix" susr='@SUSR@'; sgrp='@SGRP@' musr='@MUSR@'; mgrp='@MGRP@' @@ -233,7 +233,7 @@ echo " \$ ${l_prefix}/bin/openpkg rpm -Uvh ${l_prefix}/RPM/PKG/foo-*.rpm" echo "" echo "To leverage from remote indexes on download.openpkg.org and" - echo "conveniently generate a shell script for all-in-one downloading" + echo "conveniently generate a shell script for all in one downloading" echo "(openpkg curl), building (openpkg rpm --rebuild) and installing" echo "(openpkg rpm -Uvh) one or more OpenPKG RPM packages, including all" echo "their transitive dependencies, in topologically correct order:" @@ -256,12 +256,12 @@ ) | $l_prefix/lib/openpkg/rpmtool msg -b -t info # die explicitly just before the shell would discover -# that we carry mega-bytes of data with us... ;-) +# that we carry megabytes of data with us... ;-) exit 0 # the distribution tarball is appended in raw format directly to the # end of this script, just leaded by padding whitespaces which make -# sure that the tarball data starts at the pre-defined offset of 64KB. +# sure that the tarball data starts at the predefined offset of 64KB. # This allows us to unpack the tarball by just skipping the leading # 64KB (= 8192*8, see above).