View | Details | Raw Unified | Return to bug 132096
Collapse All | Expand All

(-)distcc/pkg-install (-1 / +1 lines)
Lines 23-29 Link Here
23
		echo "You already have a user \"${USER}\", so I will use it."
23
		echo "You already have a user \"${USER}\", so I will use it."
24
	else
24
	else
25
		if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \
25
		if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \
26
			-d "/nonexistent" -s /sbin/nologin -c "Distcc user"
26
			-d "/nonexistent" -s /usr/sbin/nologin -c "Distcc user"
27
		then
27
		then
28
			echo "Added user \"${USER}\"."
28
			echo "Added user \"${USER}\"."
29
		else
29
		else

Return to bug 132096