#!/bin/sh -e if ! id ftn >/dev/null 2>&1; then adduser --system --home /var/spool/ftn --group --uid 64000 \ --disabled-password --gecos Fidonet ftn chsh -s /bin/bash ftn fi if ! egrep -q '^(ftn:|#-- ifmail)' /etc/aliases; then cat >>/etc/aliases <