add pluginhandler to list of daemons to shut down

This commit is contained in:
Evan Prodromou 2009-12-02 11:07:44 -05:00
parent b5451353e0
commit ba4fd15abd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ DIR=`php $SDIR/getpiddir.php`
for f in jabberhandler ombhandler publichandler smshandler pinghandler \
xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \
twitterstatusfetcher synctwitterfriends; do
twitterstatusfetcher synctwitterfriends pluginhandler; do
FILES="$DIR/$f.*.pid"
for ff in "$FILES" ; do