From: okan Date: Wed, 16 Jul 2014 14:34:33 +0000 (+0000) Subject: use /bin/sh instead of /bin/ksh and add cvs id. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3919354b1e32f748857971993cb99530ca0d3b60;p=openbsd use /bin/sh instead of /bin/ksh and add cvs id. OK deraadt --- diff --git a/etc/Makefile b/etc/Makefile index 7bc827bb35f..ec0cf44d190 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.381 2014/07/16 13:21:33 deraadt Exp $ +# $OpenBSD: Makefile,v 1.382 2014/07/16 14:34:33 okan Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -93,7 +93,7 @@ distribution-etc-root-var distribution distrib-dirs release: .else distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${MUTABLE} ${DESTDIR}/etc - ksh ttys.pty | cat etc.${MACHINE}/ttys - > ${DESTDIR}/etc/ttys && \ + sh ttys.pty | cat etc.${MACHINE}/ttys - > ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \ chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \ chmod 644 ${DESTDIR}/etc/ttys diff --git a/etc/ttys.pty b/etc/ttys.pty index ea7fe545905..bca2fc64ced 100644 --- a/etc/ttys.pty +++ b/etc/ttys.pty @@ -1,4 +1,6 @@ -#! /bin/ksh +#! /bin/sh +# +# $OpenBSD: ttys.pty,v 1.6 2014/07/16 14:34:33 okan Exp $ # # Copyright (c) 2004 Dale Rahn #