remove senseless whitespaces
This commit is contained in:
parent
ee0f239133
commit
a2ce371df5
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
ps-watcher (1.06-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #396953)
|
||||
* Initial release (Closes: #396953)
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Fri, 3 Nov 2006 13:39:48 +0000
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -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/>
|
||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -6,7 +6,7 @@ It was downloaded from <http://sf.net/ps-watcher/>
|
|||
Upstream Author: Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
Copyright: Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006
|
||||
Rocky Bernstein <rocky@panix.com>
|
||||
Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
License:
|
||||
|
||||
|
|
2
debian/default
vendored
2
debian/default
vendored
|
@ -4,4 +4,4 @@
|
|||
|
||||
# Additional options that are passed to the Daemon.
|
||||
# here: specify config file, daemon mode, check every 150 secs
|
||||
DAEMON_OPTS="-c /etc/ps-watcher.conf --daemon --sleep 150""
|
||||
DAEMON_OPTS="-c /etc/ps-watcher.conf --daemon --sleep 150"
|
||||
|
|
4
debian/docs
vendored
4
debian/docs
vendored
|
@ -1,3 +1,3 @@
|
|||
NEWS
|
||||
THANKS
|
||||
NEWS
|
||||
THANKS
|
||||
TODO
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -81,4 +81,4 @@ binary-arch: build install
|
|||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
||||
|
|
Loading…
Reference in a new issue