~ubuntu-branches/ubuntu/oneiric/munin/oneiric-updates

« back to all changes in this revision

Viewing changes to node/node.d.freebsd/processes.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-25 13:59:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080625135920-5to31uma3m4rf44n
Tags: 1.2.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  + debian/munin-node.postinst:
    - Restart munin-node to load new plugins. (LP: #224428)
  + debian/control:
    - Suggest cron (LP: #220561)
    - Updated maintainer according to spec.
  + debian/changelog:
    - Corrected launch bug number.
  + Added debian/patches/220-honor-pid-file.patch:
    - Honor the pid file, thanks to Remi Broemeling. (LP: #107335)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
fi
56
56
 
57
57
echo -n "processes.value "
58
 
ps ax | wc -l
 
58
/bin/ps ax | /usr/bin/wc -l