openpkg/etc.wrapbin.sh

changeset 445
43a74e63d4a3
parent 428
f880f219c566
child 450
061d2617f42f
     1.1 --- a/openpkg/etc.wrapbin.sh	Thu Aug 02 01:14:45 2012 +0200
     1.2 +++ b/openpkg/etc.wrapbin.sh	Thu Aug 02 01:28:59 2012 +0200
     1.3 @@ -179,7 +179,7 @@
     1.4  echo "BOOT" >$l_prefix/etc/openpkg/license
     1.5  
     1.6  #   fixate installation files
     1.7 -#   (ATTENTION: order of chgrp/chown and chmod is important because of "set-UID" bits)
     1.8 +#   (ATTENTION: order of chgrp/chown and chmod is important because of "setuid" bits)
     1.9  echo "++ fixating OpenPKG instance filesystem hierarchy"
    1.10  ( echo 'fixate () {'
    1.11    echo '    chgrp "$3" "$4"'
    1.12 @@ -192,7 +192,7 @@
    1.13  ) | sh 2>/dev/null || true
    1.14  
    1.15  #   running the embedded %post script
    1.16 -echo "++ post-processing OpenPKG bootstrap installation"
    1.17 +echo "++ postprocessing OpenPKG bootstrap installation"
    1.18  prefix="$l_prefix"
    1.19  susr='@SUSR@'; sgrp='@SGRP@'
    1.20  musr='@MUSR@'; mgrp='@MGRP@'
    1.21 @@ -233,7 +233,7 @@
    1.22    echo "    \$ ${l_prefix}/bin/openpkg rpm -Uvh ${l_prefix}/RPM/PKG/foo-*.rpm"
    1.23    echo ""
    1.24    echo "To leverage from remote indexes on download.openpkg.org and"
    1.25 -  echo "conveniently generate a shell script for all-in-one downloading"
    1.26 +  echo "conveniently generate a shell script for all in one downloading"
    1.27    echo "(openpkg curl), building (openpkg rpm --rebuild) and installing"
    1.28    echo "(openpkg rpm -Uvh) one or more OpenPKG RPM packages, including all"
    1.29    echo "their transitive dependencies, in topologically correct order:"
    1.30 @@ -256,12 +256,12 @@
    1.31  ) | $l_prefix/lib/openpkg/rpmtool msg -b -t info
    1.32  
    1.33  #   die explicitly just before the shell would discover
    1.34 -#   that we carry mega-bytes of data with us... ;-)
    1.35 +#   that we carry megabytes of data with us... ;-)
    1.36  exit 0
    1.37  
    1.38  #   the distribution tarball is appended in raw format directly to the
    1.39  #   end of this script, just leaded by padding whitespaces which make
    1.40 -#   sure that the tarball data starts at the pre-defined offset of 64KB.
    1.41 +#   sure that the tarball data starts at the predefined offset of 64KB.
    1.42  #   This allows us to unpack the tarball by just skipping the leading
    1.43  #   64KB (= 8192*8, see above).
    1.44  

mercurial