Post Reply 
minim on Slax linux
17-10-2016, 11:06
Post: #7
RE: minim on Slax linux
(17-10-2016 10:05)roadster Wrote:  This is just an update to say that version 0.8.4 still needs the \s removing from startd script. SLAX Linux default shell running rc.local doesn't like it for some reason.

I've done some investigation and seems that a fix would be to change:

JAVA="$(grep "^java*\s=" "${MINIMDIR}/etc/minimstart.conf"

to:

JAVA="$(grep "^java[ $(printf '\t')]*=" "${MINIMDIR}/etc/minimstart.conf"

This matches any combination of optional spaces and tabs between 'java' and '=' and it should be portable to all Unix variants. Can you try this on your system?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
minim on Slax linux - roadster - 18-02-2015, 17:47
RE: minim on Slax linux - simoncn - 20-02-2015, 10:46
RE: minim on Slax linux - roadster - 20-02-2015, 14:15
RE: minim on Slax linux - simoncn - 20-02-2015, 18:16
RE: minim on Slax linux - roadster - 21-02-2015, 10:25
RE: minim on Slax linux - roadster - 17-10-2016, 10:05
RE: minim on Slax linux - simoncn - 17-10-2016 11:06
RE: minim on Slax linux - roadster - 17-10-2016, 16:57
RE: minim on Slax linux - simoncn - 17-10-2016, 17:24

Forum Jump:


User(s) browsing this thread: 1 Guest(s)