This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/debian/preinst
2019-03-17 11:56:48 +00:00

22 lines
551 B
Bash
Executable File

#!/bin/sh
: ${MBSE_ROOT=/opt/mbse}
groupadd -r bbs
useradd -c "MBSE BBS Admin" -d $MBSE_ROOT -g bbs mbse
install -d -m 755 -o mbse -g bbs $MBSE_ROOT/home
useradd -c "MBSE BBS Login" -md $MBSE_ROOT/home/bbs \
-g bbs -s $MBSE_ROOT/bin/mbnewusr bbs
cat >> $MBSE_ROOT/.bash_profile <<EOF
export MBSE_ROOT=$MBSE_ROOT
export PATH=$MBSE_ROOT/bin:$PATH
EOF
# remove password from bbs user
sed -i '/^bbs:/ s/:!:/::/' /etc/shadow
chown mbse:bbs $MBSE_ROOT/.bash_profile
echo "fido 60179/udp # Chatserver">>/etc/services