From 5b951e7670196c190bc1e11d8e24560a26623033 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 1 Aug 2003 23:41:45 +0000 Subject: [PATCH] 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 --- package/base/gcc3/gcc3.conf | 2 +- package/base/iproute2/stone_mod_network.sh | 2 +- package/x86/icc/icc.conf | 2 +- scripts/Build-Pkg | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/base/gcc3/gcc3.conf b/package/base/gcc3/gcc3.conf index d859047cb..e0e34988b 100644 --- a/package/base/gcc3/gcc3.conf +++ b/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 diff --git a/package/base/iproute2/stone_mod_network.sh b/package/base/iproute2/stone_mod_network.sh index fd4ecd2e6..e20abcf52 100644 --- a/package/base/iproute2/stone_mod_network.sh +++ b/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.'" diff --git a/package/x86/icc/icc.conf b/package/x86/icc/icc.conf index 3454c3116..08e343f9a 100644 --- a/package/x86/icc/icc.conf +++ b/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@@/opt/intel@g' < $x > $x.new diff --git a/scripts/Build-Pkg b/scripts/Build-Pkg index 3d1fa7a0e..c7a72c2e1 100755 --- a/scripts/Build-Pkg +++ b/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