Lines Matching refs:username

34 	local username=`echo "$opts" | awk '{ print $NF }'`
35 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
38 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
43 bbnote "${PN}: user $username already exists, not re-creating it"
52 …local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") pr…
53 bbnote "${PN}: Running groupmems command with group $groupname and user $username"
54 …local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/gr…
57 …mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group ||…
62 bbnote "${PN}: group $groupname already contains $username, not re-adding it"
97 local username=`echo "$opts" | awk '{ print $NF }'`
98 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
101 user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
106 bbnote "${PN}: user $username doesn't exist, not removing it"
136 local username=`echo "$opts" | awk '{ print $NF }'`
137 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
144 bbwarn "${PN}: user $username doesn't exist, unable to modify it"
154 local username=`echo "$opts" | awk '{ print $NF }'`
155 local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"
157 …eval flock -x $rootdir${sysconfdir} -c \"$PSEUDO sed -i \''s/^\('$username':[^:]*\):[^:]*:/\1:0:/'…
158 local passwd_lastchanged="`grep "^$username:" $rootdir/etc/shadow | cut -d: -f3`"
163 bbnote "${PN}: user $username doesn't exist, not expiring its password"