Browse Source

fixed the typo "adaopt" to "adapt" where appropriated

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@970 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 23 years ago
parent
commit
5b951e7670
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      package/base/gcc3/gcc3.conf
  2. +1
    -1
      package/base/iproute2/stone_mod_network.sh
  3. +1
    -1
      package/x86/icc/icc.conf
  4. +2
    -2
      scripts/Build-Pkg

+ 1
- 1
package/base/gcc3/gcc3.conf

@ -327,7 +327,7 @@ gcc_stage0() {
for x in ld-linux{,-$arch_machine}.so.2 ld.so.1 libc.so.{6,6.1}
do ln -fvs $root/../root/lib/$x $x ; done
echo "Adopting gcc specs file..."
echo "Adapting gcc specs file..."
cd $root/$prefix/lib/${gcc_lib_dir}
mv specs specs.orig

+ 1
- 1
package/base/iproute2/stone_mod_network.sh

@ -123,7 +123,7 @@ main() {
cmd="gui_menu network 'Network Configuration - Select an item to"
cmd="$cmd change the value
WARNING: This script tries to adopt /etc/conf/network, /etc/hosts,
WARNING: This script tries to adapt /etc/conf/network, /etc/hosts,
/etc/resolv.conf and /etc/HOSTNAME according to your changes. You
better be carefull if you also change this files by hand.'"

+ 1
- 1
package/x86/icc/icc.conf

@ -44,7 +44,7 @@ pkg_icc_main() {
echo "in the Intel CC binary package for ROCK Linux."
} > $root/opt/intel/licenses/README
echo "Creating /opt/intel/{bin,lib} and make final adoptions ..."
echo "Creating /opt/intel/{bin,lib} and make final adaptions ..."
for x in $( find $root/opt/intel/compiler60/ia??/bin/ -regex \
'.*[ei][cf]p?c$\|.*cfg$\|.*pcl$\|.*vars[^/]*.c?sh$' ) ; do
sed 's@<INSTALLDIR>@/opt/intel@g' < $x > $x.new

+ 2
- 2
scripts/Build-Pkg

@ -661,7 +661,7 @@ abort() {
hook_eval postinstall
echo "Creating file list and doing final adoptions ... "
echo "Creating file list and doing final adaptions ... "
#
cd $xroot/
[ -s "var/adm/parse-config/$xpkg" ] && \
@ -832,7 +832,7 @@ EOT
done < $base/Documentation/Developers/PKG-DESC-FORMAT
} > var/adm/descs/$xpkg
echo "Making post-install adoptions."
echo "Making post-install adaptions."
if [ $stagelevel -ge 2 -a -f /sbin/ldconfig ] ; then ldconfig ; fi
if [ "$ROCKCFG_PARANOIA_CHECK" = 1 ] ; then

Loading…
Cancel
Save