File: count.cnf

package info (click to toggle)
ps-watcher 1.08-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: sh: 2,907; perl: 1,281; makefile: 104
file content (12 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: count.cnf,v 1.1 2002/02/06 04:10:54 rocky Exp $
# Test of count and none parameters

# I'm assuming there can't be a processes with $ in the name
[fuxaduxa$]
  occurs = none
  action = echo "ok 1"

# Look for my processes so there should be at least one.
[perl]
  occurs = none
  action = echo "not ok 2"