Lines Matching refs:groupname
17 local groupname=`echo "$opts" | awk '{ print $NF }'`
18 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
21 group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
26 bbnote "${PN}: group $groupname already exists, not re-creating it"
51 …local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group")…
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"
70 local groupname=`echo "$opts" | awk '{ print $NF }'`
71 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
74 local awk_input='BEGIN {FS=":"}; $1=="'$groupname'" { print $3 }'
81 group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
86 bbnote "${PN}: '$groupname' is primary group for users '$other_users', not removing it"
89 bbnote "${PN}: group $groupname doesn't exist, not removing it"
117 local groupname=`echo "$opts" | awk '{ print $NF }'`
118 local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"
125 bbwarn "${PN}: group $groupname doesn't exist, unable to modify it"