This commit is contained in:
Jan Wagner 2010-03-10 11:42:07 +00:00
parent 13e3215b4c
commit 16f0e23a66
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ ps-watcher for Debian
1. PROVIDE A CONFIGFILE
-----------------------
Please provide a config file, usualy /etc/ps-watcher.conf. Examples are
Please provide a config file, usually /etc/ps-watcher.conf. Examples are
located in /usr/share/doc/ps-watcher/examples/.
2. AUTOMATIC STARTUP

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ ps-watcher (1.08-2) UNRELEASED; urgency=low
* Bump Standards-Version to 3.8.4, no changes needed
* Migrate Vcs-Fields over to scm.uncompleted.org
* Add 1.0 to debian/source/format
* refer README.Debian* in initscript (Closes: #523405)
-- Jan Wagner <waja@cyconet.org> Fri, 24 Jul 2009 20:15:50 +0200

2
debian/init.d vendored
View file

@ -37,7 +37,7 @@ not_configured () {
then
echo ""
echo "Please pease provide a configfile!"
echo "See /usr/share/doc/ps-watcher/README.Debian.gz."
echo "See /usr/share/doc/ps-watcher/README.Debian*."
fi
echo "#################"
exit 0