A typo sneaked in in the addgroup command in gsm-utils 1.10-11.
We have
# create gsmsms group if necessary.
if ! grep -q ^gsmsms: /etc/group; then
# echo Adding system group: gsmsms.
addgroup gsmsms --system gsmsms
^^^^^^ wrong
fi
The addgroup command should be just
addgroup --system gsmsms
because 1.10-11 gives the error message
addgroup: The user `gsmsms' does not exist.
Please reopen (or just fix!)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]