Lines Matching full:username
40 local username=`echo "$opts" | awk '{ print $NF }'`
41 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
44 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
49 bbnote "${PN}: user $username already exists, not re-creating it"
58 …local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") pr…
59 bbnote "${PN}: Running groupmems command with group $groupname and user $username"
60 …local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/gr…
63 …mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group ||…
68 bbnote "${PN}: group $groupname already contains $username, not re-adding it"
103 local username=`echo "$opts" | awk '{ print $NF }'`
104 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
107 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
112 bbnote "${PN}: user $username doesn't exist, not removing it"
142 local username=`echo "$opts" | awk '{ print $NF }'`
143 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
150 bbwarn "${PN}: user $username doesn't exist, unable to modify it"
160 local username=`echo "$opts" | awk '{ print $NF }'`
161 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
163 …eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO sed --follow-symlinks -i \''s/^\('$username':[^:]…
164 local passwd_lastchanged="`grep "^$username:" $rootdir/etc/shadow | cut -d: -f3`"
169 bbnote "${PN}: user $username doesn't exist, not expiring its password"