diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-22 02:43:17 +0000 |
commit | 78a43022b547d717568e958139aa705d1d7a5be0 (patch) | |
tree | fefedcbc5ee18e9d3febe5d280b211a2962b2a80 /distrib/miniroot/list | |
parent | f6ae89b952e1791fbdcf478f107fe2228f2b4b4f (diff) |
use one common dot.profile for all
Diffstat (limited to 'distrib/miniroot/list')
-rw-r--r-- | distrib/miniroot/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/miniroot/list b/distrib/miniroot/list index 304e254ac51..879ab01da17 100644 --- a/distrib/miniroot/list +++ b/distrib/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.26 2002/04/21 07:47:20 deraadt Exp $ +# $OpenBSD: list,v 1.27 2002/04/22 02:43:16 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -59,6 +59,7 @@ COPY ${CURDIR}/protocols etc/protocols COPY ${CURDIR}/services etc/services # and the installation scripts +SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/dot.profile > .profile SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/upgrade.sh > upgrade SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/install.sh > install SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/install.sub > install.sub |