Explicitly set the shell to /bin/sh when MK_TCSH == no.

Not objected to by:	sam
This commit is contained in:
Mark Peek 2008-10-29 18:46:47 +00:00
parent a460bc835a
commit 3f2459c989
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184443

View File

@ -154,7 +154,7 @@ distribution:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd nsmb.conf opieaccess ${DESTDIR}/etc;
.if ${MK_TCSH} == "no"
sed -i "" -e 's;/bin/csh;;' ${DESTDIR}/etc/master.passwd
sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
.endif
pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
${DESTDIR}/etc/master.passwd