packages: mozilla-firefox-bin/mozilla-firefox-bin.sh, mozilla-firefox-bin/m...
glen
glen at pld-linux.org
Wed Aug 18 09:22:22 CEST 2010
Author: glen Date: Wed Aug 18 07:22:22 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- 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.
---- Files affected:
packages/mozilla-firefox-bin:
mozilla-firefox-bin.sh (1.4 -> 1.5) , mozilla-firefox-bin.spec (1.62 -> 1.63)
---- Diffs:
================================================================
Index: packages/mozilla-firefox-bin/mozilla-firefox-bin.sh
diff -u packages/mozilla-firefox-bin/mozilla-firefox-bin.sh:1.4 packages/mozilla-firefox-bin/mozilla-firefox-bin.sh:1.5
--- packages/mozilla-firefox-bin/mozilla-firefox-bin.sh:1.4 Sun Apr 4 05:33:57 2010
+++ packages/mozilla-firefox-bin/mozilla-firefox-bin.sh Wed Aug 18 09:22:15 2010
@@ -55,7 +55,6 @@
if [ -f "`pwd`/$1" ]; then
exec $FIREFOX "file://`pwd`/$1"
else
- pkill -f mozilla-firefox-bin
exec $FIREFOX "$@"
fi
else
================================================================
Index: packages/mozilla-firefox-bin/mozilla-firefox-bin.spec
diff -u packages/mozilla-firefox-bin/mozilla-firefox-bin.spec:1.62 packages/mozilla-firefox-bin/mozilla-firefox-bin.spec:1.63
--- packages/mozilla-firefox-bin/mozilla-firefox-bin.spec:1.62 Wed Aug 18 09:10:03 2010
+++ packages/mozilla-firefox-bin/mozilla-firefox-bin.spec Wed Aug 18 09:22:15 2010
@@ -30,7 +30,6 @@
BuildRequires: zip
Requires: browser-plugins >= 2.0
Requires: myspell-common
-Requires: procps
Requires: sqlite3 >= 3.6.22-2
Provides: wwwbrowser
Obsoletes: mozilla-firebird
@@ -166,6 +165,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.63 2010/08/18 07:22:15 glen
+- 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.
+
Revision 1.62 2010/08/18 07:10:03 glen
- package default theme, now themes tab visible in addons
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mozilla-firefox-bin/mozilla-firefox-bin.sh?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mozilla-firefox-bin/mozilla-firefox-bin.spec?r1=1.62&r2=1.63&f=u
More information about the pld-cvs-commit
mailing list