File: count.cnf

package info (click to toggle)
ps-watcher 1.06-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 668 kB
  • ctags: 82
  • sloc: sh: 2,887; perl: 1,167; makefile: 93
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"