diff options
Diffstat (limited to 'meta/classes')
-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 |