* update .gitignore

* update uhub.spec  for plugins system

* update example plugins.conf

* modify header RH init script
This commit is contained in:
root
2010-07-29 12:26:55 +04:00
parent 55ffe46a38
commit 7c1e38602c
5 changed files with 34 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
#
# chkconfig: - 91 35
# description: Starts and stops the Uhub ( http://www.extatic.org/uhub ) daemons on RHEL\CentOS \
# description: Starts and stops the Uhub ( http://www.uhub.org ) daemons on RHEL\CentOS \
# used to provide p2p network services.
#
# pidfile: /var/run/uhub.pid
@@ -69,12 +69,12 @@ reload() {
}
rhstatus() {
status uhub
RETVAL=$?
if [ $RETVAL -ne 0 ] ; then
return $RETVAL
fi
}
status uhub
RETVAL=$?
if [ $RETVAL -ne 0 ] ; then
return $RETVAL
fi
}
case "$1" in