we need more RCS IDs!

This commit is contained in:
tg 2009-08-27 16:52:12 +00:00
parent b5b5d905b0
commit 345030a578
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/Makefile,v 1.77 2009/07/30 19:18:06 tg Stab $
# $MirOS: src/bin/mksh/Makefile,v 1.78 2009/08/27 16:52:12 tg Exp $
#-
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Thorsten Glaser <tg@mirbsd.org>
@ -79,7 +79,9 @@ clean-extra: .PHONY
-rm -rf build-dir regress-dir printf.o printf.ln
distribution:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${CONFGRP} -m 0644 \
${.CURDIR}/dot.mkshrc ${DESTDIR}/etc/skel/.mkshrc
sed 's!\$$I''d\([:$$]\)!$$M''irSecuCron\1!g' \
${.CURDIR}/dot.mkshrc >${DESTDIR}/etc/skel/.mkshrc
chown ${BINOWN}:${CONFGRP} ${DESTDIR}/etc/skel/.mkshrc
chmod 0644 ${DESTDIR}/etc/skel/.mkshrc
.include <bsd.prog.mk>

View File

@ -1,4 +1,5 @@
# $MirOS: src/bin/mksh/dot.mkshrc,v 1.48 2009/08/27 16:40:08 tg Exp $
# $Id$
# $MirOS: src/bin/mksh/dot.mkshrc,v 1.49 2009/08/27 16:52:12 tg Exp $
#-
# Copyright (c) 2002, 2003, 2004, 2006, 2007, 2008, 2009
# Thorsten Glaser <tg@mirbsd.org>