remove senseless whitespaces

This commit is contained in:
Jan Wagner 2006-11-04 19:24:07 +00:00
parent ee0f239133
commit a2ce371df5
6 changed files with 8 additions and 8 deletions

4
debian/control vendored
View file

@ -7,7 +7,7 @@ Build-Depends-Indep: libconfig-inifiles-perl, perl-modules
Standards-Version: 3.7.2
Package: ps-watcher
Architecture: all
Architecture: all
Depends: ${perl:Depends}
Description: monitoring a system via ps-like commands
This program runs the ps command periodically and triggers commands on matches.
@ -16,6 +16,6 @@ Description: monitoring a system via ps-like commands
.
For example it can be used to ensure that a daemon is running, or is not
running too many times. It can also be used to determine when a process has
consumed too many resources, perhaps due to a memory leak.
consumed too many resources, perhaps due to a memory leak.
.
Homepage: <http://ps-watcher.sourceforge.net/>