~rdoering/ubuntu/intrepid/erlang/fix-535090

« back to all changes in this revision

Viewing changes to debian/erlang-base-hipe.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        fi
53
53
 
54
54
        echo -n "Killing epmd..."
55
 
        pid=$(ps ax | grep epmd | grep -v grep |  awk '//{print $1}' | head -1)
 
55
        pid=$(pgrep epmd | head -1)
56
56
        if [ -z "$pid" ] ; then
57
57
            echo "it is not running."
58
58
        else