summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2008-10-29 18:46:47 +0000
committermp <mp@FreeBSD.org>2008-10-29 18:46:47 +0000
commitd76979f7aa080366b6235ec9e60284c6708fa509 (patch)
treed68cea2d6a6fb9f2acd0d0792d4ebc39ec112d02 /etc/Makefile
parentdcd1a459ded6083583d00b81acc5c6afac78c69c (diff)
downloadFreeBSD-src-d76979f7aa080366b6235ec9e60284c6708fa509.zip
FreeBSD-src-d76979f7aa080366b6235ec9e60284c6708fa509.tar.gz
Explicitly set the shell to /bin/sh when MK_TCSH == no.
Not objected to by: sam
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a7a5914..4fe7649 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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
OpenPOWER on IntegriCloud