diff options
| author | Mario Domenech Goulart <mario@ossystems.com.br> | 2015-04-01 10:45:45 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-08 10:53:18 +0100 |
| commit | efb906a78215989d71e021ea58502f3a987b7a9f (patch) | |
| tree | d19a5d0990b814fb06c6697183cbaedbf33d189c | |
| parent | 87aedfb11218a5ccf35b980a3d537e685cac7838 (diff) | |
| download | poky-efb906a78215989d71e021ea58502f3a987b7a9f.tar.gz | |
useradd_base.bbclass: typo fixes (s/scucess/success/)
(From OE-Core rev: eace0a2c13721d1b8952a01abac30eb2661fcd85)
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/useradd_base.bbclass | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/classes/useradd_base.bbclass b/meta/classes/useradd_base.bbclass index c47b1eb810..4398a25154 100644 --- a/meta/classes/useradd_base.bbclass +++ b/meta/classes/useradd_base.bbclass | |||
| @@ -29,7 +29,7 @@ perform_groupadd () { | |||
| 29 | fi | 29 | fi |
| 30 | count=`expr $count + 1` | 30 | count=`expr $count + 1` |
| 31 | if test $count = $retries; then | 31 | if test $count = $retries; then |
| 32 | bbfatal "Tried running groupadd command $retries times without scucess, giving up" | 32 | bbfatal "Tried running groupadd command $retries times without success, giving up" |
| 33 | fi | 33 | fi |
| 34 | sleep $count | 34 | sleep $count |
| 35 | done | 35 | done |
| @@ -57,7 +57,7 @@ perform_useradd () { | |||
| 57 | fi | 57 | fi |
| 58 | count=`expr $count + 1` | 58 | count=`expr $count + 1` |
| 59 | if test $count = $retries; then | 59 | if test $count = $retries; then |
| 60 | bbfatal "Tried running useradd command $retries times without scucess, giving up" | 60 | bbfatal "Tried running useradd command $retries times without success, giving up" |
| 61 | fi | 61 | fi |
| 62 | sleep $count | 62 | sleep $count |
| 63 | done | 63 | done |
| @@ -99,7 +99,7 @@ perform_groupmems () { | |||
| 99 | rm -f $rootdir${sysconfdir}/gshadow | 99 | rm -f $rootdir${sysconfdir}/gshadow |
| 100 | rm -f $rootdir${sysconfdir}/gshadow- | 100 | rm -f $rootdir${sysconfdir}/gshadow- |
| 101 | fi | 101 | fi |
| 102 | bbfatal "Tried running groupmems command $retries times without scucess, giving up" | 102 | bbfatal "Tried running groupmems command $retries times without success, giving up" |
| 103 | fi | 103 | fi |
| 104 | sleep $count | 104 | sleep $count |
| 105 | done | 105 | done |
| @@ -131,7 +131,7 @@ perform_groupdel () { | |||
| 131 | fi | 131 | fi |
| 132 | count=`expr $count + 1` | 132 | count=`expr $count + 1` |
| 133 | if test $count = $retries; then | 133 | if test $count = $retries; then |
| 134 | bbfatal "Tried running groupdel command $retries times without scucess, giving up" | 134 | bbfatal "Tried running groupdel command $retries times without success, giving up" |
| 135 | fi | 135 | fi |
| 136 | sleep $count | 136 | sleep $count |
| 137 | done | 137 | done |
| @@ -159,7 +159,7 @@ perform_userdel () { | |||
| 159 | fi | 159 | fi |
| 160 | count=`expr $count + 1` | 160 | count=`expr $count + 1` |
| 161 | if test $count = $retries; then | 161 | if test $count = $retries; then |
| 162 | bbfatal "Tried running userdel command $retries times without scucess, giving up" | 162 | bbfatal "Tried running userdel command $retries times without success, giving up" |
| 163 | fi | 163 | fi |
| 164 | sleep $count | 164 | sleep $count |
| 165 | done | 165 | done |
| @@ -189,7 +189,7 @@ perform_groupmod () { | |||
| 189 | fi | 189 | fi |
| 190 | count=`expr $count + 1` | 190 | count=`expr $count + 1` |
| 191 | if test $count = $retries; then | 191 | if test $count = $retries; then |
| 192 | bbfatal "Tried running groupmod command $retries times without scucess, giving up" | 192 | bbfatal "Tried running groupmod command $retries times without success, giving up" |
| 193 | fi | 193 | fi |
| 194 | sleep $count | 194 | sleep $count |
| 195 | done | 195 | done |
| @@ -219,7 +219,7 @@ perform_usermod () { | |||
| 219 | fi | 219 | fi |
| 220 | count=`expr $count + 1` | 220 | count=`expr $count + 1` |
| 221 | if test $count = $retries; then | 221 | if test $count = $retries; then |
| 222 | bbfatal "Tried running usermod command $retries times without scucess, giving up" | 222 | bbfatal "Tried running usermod command $retries times without success, giving up" |
| 223 | fi | 223 | fi |
| 224 | sleep $count | 224 | sleep $count |
| 225 | done | 225 | done |
