You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/platform
NiLuJe 02fcb9037b Fix startup scripts.
Thanks to @Markismus's questions, I realized that some of what i thought
was true, wasn't.

First, pkill is a terrible idea to check for interpreted scripts.
Second, pidof is also potentially not that great for interpreted
scripts, because it'll only work with a shebang, and one that is
following the Linux syntax.
We don't have the full version with the -x to paper over that,
so use pgrep -f instead.

cf.
a736a571d2 (commitcomment-10948910)
for the gory details.
9 years ago
..
android Fix sdcv on Android cannot handle morphological changes 9 years ago
kindle Fix startup scripts. 9 years ago
kobo Fix startup scripts. 9 years ago
pocketbook fix no match libglib, libssl and libcrypto in some old pocketbook firmware 9 years ago
win32 move platform dependent files into 'platform' directory 10 years ago