Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!ginosko!uunet!mcsun!hp4nl!telmail!neabbs!ajbrouw From: ajbrouw@neabbs.UUCP (ALBERT-JAN BROUWER) Newsgroups: comp.sys.amiga.tech Subject: Re: another 1.4 wish Message-ID: <200302@neabbs.UUCP> Date: 28 Aug 89 02:46:44 GMT Organization: NEABBS multi-line BBS +31-20-717666 (13x), Amsterdam, Holland Lines: 17 In article <13227@well.UUCP> xanthian@well.UUCP (Kent Paul Dolan) writes: >This one just bit me, and the folks at C-A should have known better! > >Please change the name of "ram disk:" to either ram_disk: or just ram:; >changing the name to include an embedded space for 1.3 broke >working software! For example, the Lattice C++ hello.sh demonstration My solution to this was to take l:RAM-Handler, search for the string "RAM DISK" and modify the " " to a "_" as to let it read "RAM_DISK". You can do this with NewZap or any editor that accepts binary files. Modifying executable files may not be considered to be normal practice, but I consider this to be the cleanest solution when opposed to some time-dependant use of Relabel. Err, BTW, when doing this, try to preserve the "----rw-d" flag pattern. -- Albert. ## "To err is human -- to moo, bovine" (Nutworks magazine) ##