#!/bin/sh USER=psybnc COMMENT="$USER daemon" /usr/sbin/useradd -d /dev/null -s /bin/sh -c "$COMMENT" -m $USER