Lines Matching full:etc
18 if [ ! -f etc/rc.conf.d/hostname ]; then
21 atf_check -o inline:"hostname=\"myhostname\"\n" cat etc/rc.conf.d/hostname
43 mkdir etc
44 printf "root:*:0:0::0:0:Charlie &:/root:/bin/sh\n" > etc/master.passwd
45 pwd_mkdb -d etc etc/master.passwd
46 printf "wheel:*:0:root\n" > etc/group
49 …sible_username User:/home/impossible_username:/bin/sh\n" grep impossible_username etc/master.passwd
54 mkdir etc
55 printf "root:*:0:0::0:0:Charlie &:/root:/bin/sh\n" > etc/master.passwd
56 pwd_mkdb -d etc etc/master.passwd
57 printf "wheel:*:0:root\n" > etc/group
60 passhash=`awk -F ':' '/^foo:/ {print $2}' etc/master.passwd`
63 passhash=`awk -F ':' '/^foocrypted:/ {print $2}' etc/master.passwd`
70 mkdir etc
71 printf "wheel:*:0:root\n" > etc/group
73 atf_check -o inline:"impossible_groupname:*:1001:\n" grep impossible_groupname etc/group