]> git.pld-linux.org Git - packages/mozilla-firefox-bin.git/commitdiff
- drop pkill, its too evil this way (kills all processes from system which match...
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 18 Aug 2010 07:22:15 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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
mozilla-firefox-bin.spec

index 3d6e8e1d0b758643b558013d16dd9c68640e6b79..45e1487912ab6afa02e49eef34442b636dcd07ad 100644 (file)
@@ -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
index 7dfeb92059f62373b71623e3fca607893911e7ab..15dc5889265a48656e55e661ee6a27f92ff99379 100644 (file)
@@ -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
This page took 0.112005 seconds and 4 git commands to generate.