cp -rT $src $dst
fi
-TPW=/q/root/shadow/traci-simple
-if ifclass tp; then
- ROOTPW=/q/root/shadow/standard
- # ROOTPW="$TPW"
+USER2PW=/q/root/shadow/user2
+if ifclass ziva; then
+ ROOTPW=/q/root/shadow/ziva
else
ROOTPW=/q/root/shadow/standard
fi
au iank
chpw iank "$ROOTPW"
-au traci
+au user2
if ifclass frodo; then
- chpw traci "$TPW"
+ chpw user2 "$USER2PW"
fi
-# comparing iank's groups to traci, I see none she should join on arch
-$ROOTCMD usermod -a -G traci iank
+# comparing iank's groups to user2, I see none she should join on arch
+$ROOTCMD usermod -a -G user2 iank
$ROOTCMD getent group docker &>/dev/null || $ROOTCMD groupadd -r docker
fi
-# reading through the groups that iank is in but traci isn't,
+# reading through the groups that iank is in but user2 isn't,
for g in plugdev audio video cdrom; do
- $ROOTCMD usermod -a -G $g traci
+ $ROOTCMD usermod -a -G $g user2
done