On 2005-05-07,
jgiels@sbcglobal.net <jgiels@sbcglobal.net> wrote:
> I did this ken and all it did was create a file called rc.modules BUT
> its not a script file..
>
Assuming that the kword file wasn't empty in the first place:
%less rc.modules
All the characters should be plain, readable text, if not then kword saved
as a binary file...I don't use kword so I can't say...I don't even have it
installed. If it's not plain text open kword and save as a text file, kword
should have this option
Otherwise................
Make sure that the first line is:
#!/bin/sh
then make sure the permissions are correct:
%ls -la rc.* should read.
-rwxr-xr-r .................rc.modules
if not you have to use the chmod command specified earlier or explain why
it's not a script file.
If the file is empty then you have to get a fresh copy from the cd or your
install copy.
ken