From: Jay Freeman (saurik) Date: Thu, 20 Sep 2012 21:57:45 +0000 (+0000) Subject: Reorganize process deaths to, well, actually work. X-Git-Tag: v0.9.3906~2 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/26bd2bf233b3242e1e879600ba17d62826a3a963?hp=c40f4c119a37f0ce071b3253dc6ef89a6dfe28d8 Reorganize process deaths to, well, actually work. --- diff --git a/Settings.mm b/Settings.mm index 7242bdc..ce81f16 100644 --- a/Settings.mm +++ b/Settings.mm @@ -508,8 +508,8 @@ static NSString *_plist; system("rm -rf /User/Library/Caches/com.apple.newsstand"); system("rm -rf /User/Library/Caches/com.apple.springboard.sharedimagecache"); - system("killall lsd SpringBoard backboardd"); - system("killall -9 lsd SpringBoard backboardd"); + system("killall -9 lsd"); + system("killall SpringBoard backboardd"); } - (void) cancelChanges {