From aced65d8a1507aaa03026f7faebb8fc4e31d5393 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 18 Aug 2010 07:22:15 +0000 Subject: [PATCH] - drop pkill, its too evil this way (kills all processes from system which match proc name), like: 13875 pts/3 T 0:00 vim /usr/lib/mozilla-firefox-bin/run-mozilla.sh if you want to do it normally process lockfile in profile used profile. Changed files: mozilla-firefox-bin.sh -> 1.5 mozilla-firefox-bin.spec -> 1.63 --- mozilla-firefox-bin.sh | 1 - mozilla-firefox-bin.spec | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla-firefox-bin.sh b/mozilla-firefox-bin.sh index 3d6e8e1..45e1487 100644 --- a/mozilla-firefox-bin.sh +++ b/mozilla-firefox-bin.sh @@ -55,7 +55,6 @@ else if [ -f "`pwd`/$1" ]; then exec $FIREFOX "file://`pwd`/$1" else - pkill -f mozilla-firefox-bin exec $FIREFOX "$@" fi else diff --git a/mozilla-firefox-bin.spec b/mozilla-firefox-bin.spec index 7dfeb92..15dc588 100644 --- a/mozilla-firefox-bin.spec +++ b/mozilla-firefox-bin.spec @@ -29,7 +29,6 @@ BuildRequires: rpmbuild(macros) >= 1.453 BuildRequires: zip Requires: browser-plugins >= 2.0 Requires: myspell-common -Requires: procps Requires: sqlite3 >= 3.6.22-2 Provides: wwwbrowser Obsoletes: mozilla-firebird -- 2.44.0