add .pid to pidfile names

darcs-hash:20080904190254-84dde-57d24d7a82e4c7eabef87d60ebb69292832e31ac.gz
This commit is contained in:
Evan Prodromou 2008-09-04 15:02:54 -04:00
parent aed0fff4ea
commit 65efe17c4e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Daemon {
if (!$name) {
return NULL;
}
return $piddir . '/' . $name;
return $piddir . '/' . $name . '.pid';
}
function changeUser() {