Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/distrib/acorn32/stand/BtNetBSD Pull up file removal (re...



details:   https://anonhg.NetBSD.org/src/rev/1693aceb9195
branches:  netbsd-2-0
changeset: 561426:1693aceb9195
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 08:26:06 2004 +0000

description:
Pull up file removal (requested by abs in ticket #497):
Remove Settype and SettScr. Filetypes are now set in the archive, so
don't need to be set after the archive is extracted.

diffstat:

 distrib/acorn32/stand/BtNetBSD/Settype      |   7 --
 distrib/acorn32/stand/BtNetBSD/misc/SettScr |  74 -----------------------------
 2 files changed, 0 insertions(+), 81 deletions(-)

diffs (89 lines):

diff -r 99d1fda15ab9 -r 1693aceb9195 distrib/acorn32/stand/BtNetBSD/Settype
--- a/distrib/acorn32/stand/BtNetBSD/Settype    Thu Jun 17 08:26:01 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-| $NetBSD: Settype,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $
-|
-|  !!!! please *settype Obey me and run me
-|
-
-*Set rel$dir <Obey$dir>
-*Exec <obey$Dir>.misc.SettScr
diff -r 99d1fda15ab9 -r 1693aceb9195 distrib/acorn32/stand/BtNetBSD/misc/SettScr
--- a/distrib/acorn32/stand/BtNetBSD/misc/SettScr       Thu Jun 17 08:26:01 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,74 +0,0 @@
-| $NetBSD: SettScr,v 1.2 2002/07/10 00:54:03 reinoud Exp $
-
-*BASIC
-
-*DIR <rel$dir>
-*Settype FBInstall Text
-*Settype README Text
-*Settype InstKern 1a9
-
-*DIR <rel$dir>.!BtNetBSD
-TEXTLOAD "BtNetBSD"
-SAVE "BtNetBSD"
-TEXTLOAD "checkro403"
-SAVE "checkro403"
-TEXTLOAD "TestBoot"
-SAVE "TestBoot"
-*Settype !Boot Obey
-*Settype !Edit Obey
-*Settype !Run Obey
-*Settype !Sprites Sprite
-*Settype !Sprites22 Sprite
-*Settype Banner Module
-*Settype MemFix Module
-*Settype PreBoot obey
-*Settype fastboot Text
-*Settype Files Text
-*Settype Legal Text
-
-*DIR <rel$dir>.!BtNetBSD.native
-TEXTLOAD "MountUFS"
-SAVE "MountUFS"
-*Settype Howto Text
-*Settype KillUnixFS Obey
-*Settype OpenRoot Obey
-*Settype unixfs_res Module
-*Settype wd0a obey
-*Settype wd0e obey
-*Settype wd0f obey
-*Settype wd0g obey
-*Settype wd1a obey
-*Settype wd1e obey
-
-*DIR <rel$dir>.!BtNetBSD.src.Banner
-TEXTLOAD "Banner"
-SAVE "Banner"
-TEXTLOAD "resutil"
-SAVE "resutil"
-*Settype !Path Obey
-*Settype Sprite sprite
-
-*DIR <rel$dir>.misc
-TEXTLOAD "bb_netbsd"
-SAVE "bb_netbsd"
-*Settype SettScr Text
-
-*DIR <rel$dir>.unixfs
-TEXTLOAD "mountufs"
-SAVE "mountufs"
-*Settype Howto Text
-*Settype KillUnixFS Obey
-*Settype OpenRoot Obey
-*Settype unixfs_res module
-*Settype wd0a obey
-*Settype wd0e obey
-*Settype wd0f obey
-*Settype wd0g obey
-*Settype wd1a obey
-*Settype wd1e obey
-
-*DIR <rel$dir>.misc.MkRel
-*Settype MkRelease Obey
-*Settype MkRelScr Obey
-
-QUIT



Home | Main Index | Thread Index | Old Index