mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue