diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
commit | fdab626a6398ea411367b27d210f9c1b227f6283 (patch) | |
tree | db477ed7ae608171f708b5915abde9effcab7bb5 /distrib/amiga | |
parent | 208b2da7dc0a14504429116f8e0247010fc5bd65 (diff) |
sync w/ Net 960425
Diffstat (limited to 'distrib/amiga')
-rw-r--r-- | distrib/amiga/floppies/Makefile.inc | 6 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst-common/Makefile.inc | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst-common/dot.commonutils | 6 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst-common/instbin.conf | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst-common/list | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst-common/mtree.conf | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/Makefile | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/dot.instutils | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/dot.profile | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/install.sh | 4 | ||||
-rw-r--r-- | distrib/amiga/floppies/inst/list | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/list2sh.awk | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/Makefile | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/dot.hdprofile | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/dot.profile | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/dot.upgrutils | 4 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/list | 2 | ||||
-rw-r--r-- | distrib/amiga/floppies/upgr/upgrade.sh | 4 |
18 files changed, 25 insertions, 25 deletions
diff --git a/distrib/amiga/floppies/Makefile.inc b/distrib/amiga/floppies/Makefile.inc index f39164f80cc..9bc50fdab05 100644 --- a/distrib/amiga/floppies/Makefile.inc +++ b/distrib/amiga/floppies/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.1 1995/10/18 08:37:27 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1996/04/25 02:35:46 mickey Exp $ -# Revision is 1.1 -REV= 11 +# Revision is 1.2 +REV= 12 diff --git a/distrib/amiga/floppies/inst-common/Makefile.inc b/distrib/amiga/floppies/inst-common/Makefile.inc index 8bb5b3b600b..69f9ddbbfa0 100644 --- a/distrib/amiga/floppies/inst-common/Makefile.inc +++ b/distrib/amiga/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.3 1995/12/14 06:59:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1996/04/25 02:35:54 mickey Exp $ # TOP is assumed to be defined by Makefile including this one. diff --git a/distrib/amiga/floppies/inst-common/dot.commonutils b/distrib/amiga/floppies/inst-common/dot.commonutils index 77aebaff6c3..aaa88b6e7a3 100644 --- a/distrib/amiga/floppies/inst-common/dot.commonutils +++ b/distrib/amiga/floppies/inst-common/dot.commonutils @@ -27,11 +27,11 @@ # (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.commonutils,v 1.3 1995/12/14 06:59:51 deraadt Exp $ +# $OpenBSD: dot.commonutils,v 1.4 1996/04/25 02:35:56 mickey Exp $ -# Installation utilites (functions), to get NetBSD installed on +# Installation utilites (functions), to get OpenBSD installed on # the hard disk. These are meant to be invoked from the shell prompt, -# by people installing NetBSD. +# by people installing OpenBSD. # we know that /etc/fstab is only generated on the hard drive dest_dir=/ diff --git a/distrib/amiga/floppies/inst-common/instbin.conf b/distrib/amiga/floppies/inst-common/instbin.conf index 38214376467..8eb9c4f9a70 100644 --- a/distrib/amiga/floppies/inst-common/instbin.conf +++ b/distrib/amiga/floppies/inst-common/instbin.conf @@ -1,6 +1,6 @@ # # kcbin.conf - unified binary for the kc floppy -# $Id: instbin.conf,v 1.1 1995/10/18 08:37:28 deraadt Exp $ +# $OpenBSD: instbin.conf,v 1.2 1996/04/25 02:35:57 mickey Exp $ # srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin diff --git a/distrib/amiga/floppies/inst-common/list b/distrib/amiga/floppies/inst-common/list index 88869c960ea..570860e439c 100644 --- a/distrib/amiga/floppies/inst-common/list +++ b/distrib/amiga/floppies/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.3 1995/12/14 06:59:52 deraadt Exp $ +# $OpenBSD: list,v 1.4 1996/04/25 02:35:59 mickey Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin diff --git a/distrib/amiga/floppies/inst-common/mtree.conf b/distrib/amiga/floppies/inst-common/mtree.conf index c0395984ec0..1f90d94e644 100644 --- a/distrib/amiga/floppies/inst-common/mtree.conf +++ b/distrib/amiga/floppies/inst-common/mtree.conf @@ -1,4 +1,4 @@ -# $Id: mtree.conf,v 1.1 1995/10/18 08:37:28 deraadt Exp $ +# $OpenBSD: mtree.conf,v 1.2 1996/04/25 02:36:00 mickey Exp $ /set type=dir uname=root gname=wheel mode=0755 # . diff --git a/distrib/amiga/floppies/inst/Makefile b/distrib/amiga/floppies/inst/Makefile index 47d65f599e2..af000e50cd8 100644 --- a/distrib/amiga/floppies/inst/Makefile +++ b/distrib/amiga/floppies/inst/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:37:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/04/25 02:35:49 mickey Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/amiga/floppies/inst/dot.instutils b/distrib/amiga/floppies/inst/dot.instutils index 8673f302988..c7838872244 100644 --- a/distrib/amiga/floppies/inst/dot.instutils +++ b/distrib/amiga/floppies/inst/dot.instutils @@ -27,7 +27,7 @@ # (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.1 1995/10/18 08:37:28 deraadt Exp $ +# $OpenBSD: dot.instutils,v 1.2 1996/04/25 02:35:49 mickey 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/amiga/floppies/inst/dot.profile b/distrib/amiga/floppies/inst/dot.profile index bd4403e004c..73fe5357071 100644 --- a/distrib/amiga/floppies/inst/dot.profile +++ b/distrib/amiga/floppies/inst/dot.profile @@ -27,7 +27,7 @@ # (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.1 1995/10/18 08:37:28 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.2 1996/04/25 02:35:50 mickey Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH diff --git a/distrib/amiga/floppies/inst/install.sh b/distrib/amiga/floppies/inst/install.sh index 4ff607482d8..b98e9f02ead 100644 --- a/distrib/amiga/floppies/inst/install.sh +++ b/distrib/amiga/floppies/inst/install.sh @@ -28,9 +28,9 @@ # (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.1 1995/10/18 08:37:28 deraadt Exp $ +# $OpenBSD: install.sh,v 1.2 1996/04/25 02:35:51 mickey Exp $ -# NetBSD installation script. +# OpenBSD installation script. # In a perfect world, this would be a nice C program, with a reasonable # user interface. diff --git a/distrib/amiga/floppies/inst/list b/distrib/amiga/floppies/inst/list index c50c88d1775..7616ecde6b7 100644 --- a/distrib/amiga/floppies/inst/list +++ b/distrib/amiga/floppies/inst/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.3 1995/12/14 06:59:49 deraadt Exp $ +# $Open: list,v 1.3 1995/12/14 06:59:49 deraadt Exp $ # the disktab explanation file COPY disktab.preinstall etc diff --git a/distrib/amiga/floppies/list2sh.awk b/distrib/amiga/floppies/list2sh.awk index 11f260acd47..1d0a0535fc7 100644 --- a/distrib/amiga/floppies/list2sh.awk +++ b/distrib/amiga/floppies/list2sh.awk @@ -1,4 +1,4 @@ -# $Id: list2sh.awk,v 1.1 1995/10/18 08:37:27 deraadt Exp $ +# $OpenBSD: list2sh.awk,v 1.2 1996/04/25 02:35:47 mickey Exp $ BEGIN { printf("cd ${CURDIR}\n"); diff --git a/distrib/amiga/floppies/upgr/Makefile b/distrib/amiga/floppies/upgr/Makefile index fffd67f16ac..ee7d9060b29 100644 --- a/distrib/amiga/floppies/upgr/Makefile +++ b/distrib/amiga/floppies/upgr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/10/18 08:37:29 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/04/25 02:36:03 mickey Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/amiga/floppies/upgr/dot.hdprofile b/distrib/amiga/floppies/upgr/dot.hdprofile index 587f91a7eb6..f45607c04b1 100644 --- a/distrib/amiga/floppies/upgr/dot.hdprofile +++ b/distrib/amiga/floppies/upgr/dot.hdprofile @@ -27,7 +27,7 @@ # (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.1 1995/10/18 08:37:29 deraadt Exp $ +# $OpenBSD: dot.hdprofile,v 1.2 1996/04/25 02:36:05 mickey Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH diff --git a/distrib/amiga/floppies/upgr/dot.profile b/distrib/amiga/floppies/upgr/dot.profile index afc90fa2c1c..a591d7b4d24 100644 --- a/distrib/amiga/floppies/upgr/dot.profile +++ b/distrib/amiga/floppies/upgr/dot.profile @@ -27,7 +27,7 @@ # (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.1 1995/10/18 08:37:29 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.2 1996/04/25 02:36:07 mickey Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH diff --git a/distrib/amiga/floppies/upgr/dot.upgrutils b/distrib/amiga/floppies/upgr/dot.upgrutils index 12f820e7c75..62790e27bc2 100644 --- a/distrib/amiga/floppies/upgr/dot.upgrutils +++ b/distrib/amiga/floppies/upgr/dot.upgrutils @@ -27,11 +27,11 @@ # (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.upgrutils,v 1.1 1995/10/18 08:37:29 deraadt Exp $ +# $OpenBSD: dot.upgrutils,v 1.2 1996/04/25 02:36:08 mickey Exp $ # Upgrade cleanup utilites (functions), to make sure a recently-upgraded # system is safely runnable. These are meant to be invoked from the shell -# prompt, by people installing NetBSD. +# prompt, by people installing OpenBSD. Cleanup() { diff --git a/distrib/amiga/floppies/upgr/list b/distrib/amiga/floppies/upgr/list index deed72b8023..1d65a8e146d 100644 --- a/distrib/amiga/floppies/upgr/list +++ b/distrib/amiga/floppies/upgr/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.3 1995/12/14 06:59:53 deraadt Exp $ +# $OpenBSD: list,v 1.4 1996/04/25 02:36:11 mickey Exp $ # copy the kernel COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd diff --git a/distrib/amiga/floppies/upgr/upgrade.sh b/distrib/amiga/floppies/upgr/upgrade.sh index 238c0fc0cef..6bd7bc18ce3 100644 --- a/distrib/amiga/floppies/upgr/upgrade.sh +++ b/distrib/amiga/floppies/upgr/upgrade.sh @@ -28,9 +28,9 @@ # (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: upgrade.sh,v 1.1 1995/10/18 08:37:29 deraadt Exp $ +# $OpenBSD: upgrade.sh,v 1.2 1996/04/25 02:36:13 mickey Exp $ -# NetBSD upgrade script. +# OpenBSD upgrade script. # In a perfect world, this would be a nice C program, with a reasonable # user interface. |