[configs/releng] Update zsh path to match /etc/shells

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2013-06-04 21:33:52 -03:00
parent 6634f0a781
commit 5d75049c11

View File

@ -7,10 +7,10 @@ locale-gen
ln -sf /usr/share/zoneinfo/UTC /etc/localtime
usermod -s /bin/zsh root
usermod -s /usr/bin/zsh root
cp -aT /etc/skel/ /root/
useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch
useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh arch
chmod 750 /etc/sudoers.d
chmod 440 /etc/sudoers.d/g_wheel