https://bugzilla.redhat.com/show_bug.cgi?id=1066573



--- Comment #7 from Christopher Meng <[email protected]> ---
Heheh:

getent group taskd >/dev/null || groupadd -r taskd
getent passwd taskd >/dev/null || \
    useradd -r -g taskd -d HOMEDIR -s /sbin/nologin \
    -c "Task Server system user" taskd
exit 0

What's the actual path of HOMEDIR? ;)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to