use /bin/sh instead of /bin/ksh and add cvs id.
authorokan <okan@openbsd.org>
Wed, 16 Jul 2014 14:34:33 +0000 (14:34 +0000)
committerokan <okan@openbsd.org>
Wed, 16 Jul 2014 14:34:33 +0000 (14:34 +0000)
OK deraadt

etc/Makefile
etc/ttys.pty

index 7bc827b..ec0cf44 100644 (file)
@@ -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
index ea7fe54..bca2fc6 100644 (file)
@@ -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 <drahn@openbsd.org>
 #