diff options
Diffstat (limited to 'distrib/pc532/floppies/inst')
-rw-r--r-- | distrib/pc532/floppies/inst/Makefile | 2 | ||||
-rw-r--r-- | distrib/pc532/floppies/inst/disktab.preinstall | 2 | ||||
-rw-r--r-- | distrib/pc532/floppies/inst/dot.hdprofile | 2 | ||||
-rw-r--r-- | distrib/pc532/floppies/inst/dot.instutils | 2 | ||||
-rw-r--r-- | distrib/pc532/floppies/inst/dot.profile | 2 | ||||
-rw-r--r-- | distrib/pc532/floppies/inst/install.sh | 2 | ||||
-rw-r--r-- | distrib/pc532/floppies/inst/list | 2 |
7 files changed, 8 insertions, 6 deletions
diff --git a/distrib/pc532/floppies/inst/Makefile b/distrib/pc532/floppies/inst/Makefile index 39857a5135d..180c1e83c93 100644 --- a/distrib/pc532/floppies/inst/Makefile +++ b/distrib/pc532/floppies/inst/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/09/05 21:26:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:06 todd Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/pc532/floppies/inst/disktab.preinstall b/distrib/pc532/floppies/inst/disktab.preinstall index 5fe26a7d81c..0b16c864552 100644 --- a/distrib/pc532/floppies/inst/disktab.preinstall +++ b/distrib/pc532/floppies/inst/disktab.preinstall @@ -1,3 +1,5 @@ +# $OpenBSD: disktab.preinstall,v 1.2 2000/03/01 22:10:06 todd Exp $ + # Disk geometry and partition layout tables. # Key: # dt controller type diff --git a/distrib/pc532/floppies/inst/dot.hdprofile b/distrib/pc532/floppies/inst/dot.hdprofile index 40439ecec0b..7d82f05fc94 100644 --- a/distrib/pc532/floppies/inst/dot.hdprofile +++ b/distrib/pc532/floppies/inst/dot.hdprofile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.hdprofile,v 1.4 2000/03/01 22:10:06 todd Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,7 +28,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: dot.hdprofile,v 1.3 1996/09/05 21:26:46 deraadt Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/ export PATH diff --git a/distrib/pc532/floppies/inst/dot.instutils b/distrib/pc532/floppies/inst/dot.instutils index 8479f4cb05f..c550b803dcf 100644 --- a/distrib/pc532/floppies/inst/dot.instutils +++ b/distrib/pc532/floppies/inst/dot.instutils @@ -1,3 +1,4 @@ +# $OpenBSD: dot.instutils,v 1.4 2000/03/01 22:10:06 todd Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,7 +28,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: dot.instutils,v 1.3 1996/09/05 21:26:47 deraadt Exp $ # Installation configuration utilites (functions), to get NetBSD configured # reasonably once it is installed on the hard disk. These are meant to be diff --git a/distrib/pc532/floppies/inst/dot.profile b/distrib/pc532/floppies/inst/dot.profile index 98b937d4f38..791a0f733f2 100644 --- a/distrib/pc532/floppies/inst/dot.profile +++ b/distrib/pc532/floppies/inst/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.4 2000/03/01 22:10:06 todd Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,7 +28,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: dot.profile,v 1.3 1997/10/20 22:24:10 millert Exp $ export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/ export HISTFILE=/.sh_history diff --git a/distrib/pc532/floppies/inst/install.sh b/distrib/pc532/floppies/inst/install.sh index 36fa4fd6c43..3956c4b33fb 100644 --- a/distrib/pc532/floppies/inst/install.sh +++ b/distrib/pc532/floppies/inst/install.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $OpenBSD: install.sh,v 1.9 2000/03/01 22:10:06 todd Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,7 +28,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: install.sh,v 1.8 1998/11/03 04:17:20 aaron Exp $ # NetBSD installation script. # In a perfect world, this would be a nice C program, with a reasonable diff --git a/distrib/pc532/floppies/inst/list b/distrib/pc532/floppies/inst/list index d28acb11460..a46e724a32f 100644 --- a/distrib/pc532/floppies/inst/list +++ b/distrib/pc532/floppies/inst/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.2 1996/09/05 21:26:48 deraadt Exp $ +# $OpenBSD: list,v 1.3 2000/03/01 22:10:06 todd Exp $ # the disktab explanation file COPY disktab.preinstall etc |