Explicitly set the shell to /bin/sh when MK_TCSH == no.
Not objected to by: sam
This commit is contained in:
parent
a460bc835a
commit
3f2459c989
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user