diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 21:40:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 21:40:47 +0000 |
commit | 4c6289003ed7550c57396dbcdc234452b1207edd (patch) | |
tree | 6cce4afd779802a01d404621f97b9f7a19a1cdf3 /distrib/miniroot/install.sh | |
parent | ae0db3e6627cc4565e11ccc30abde5b519e7b849 (diff) |
oops
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 13617ad7cd3..4aa0758df90 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.21 1998/03/28 21:06:51 deraadt Exp $ +# $OpenBSD: install.sh,v 1.22 1998/03/28 21:40:45 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -16,7 +16,7 @@ # 3. All advertising materials mentioning features or use of this software # must display the following acknowledgement: # This product includes software developed by Todd Miller and - Theo de Raadt +# Theo de Raadt # 4. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # |