cvsdist 0759571
if ( "${path}" !~ */usr/kerberos/bin* ) then
cvsdist af3b546
	set path = ( /usr/kerberos/bin $path )
cvsdist af3b546
endif
cvsdist 0759571
if ( "${path}" !~ */usr/kerberos/sbin* ) then
cvsdist af3b546
	if ( `id -u` == 0 ) then
cvsdist af3b546
		set path = ( /usr/kerberos/sbin $path )
cvsdist af3b546
	endif
cvsdist af3b546
endif