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

(-)/tmp/410.logincheck (-1 / +1 lines)
Lines 39-45 Link Here
39
    [Yy][Ee][Ss])
39
    [Yy][Ee][Ss])
40
	echo ""
40
	echo ""
41
	echo 'Checking login.conf permissions:'
41
	echo 'Checking login.conf permissions:'
42
	if [ -G /etc/login.conf -a -O /etc/login.conf ] then
42
	if [ -G /etc/login.conf -a -O /etc/login.conf ]; then
43
	    n=0
43
	    n=0
44
	else
44
	else
45
	    echo "Bad ownership of /etc/login.conf"
45
	    echo "Bad ownership of /etc/login.conf"

Return to bug 122069