update .ebuild ; update compile doc ; update RHEL init.d

This commit is contained in:
root
2010-01-29 22:05:39 +03:00
parent 2dc95eca47
commit c8bc2f64fd
4 changed files with 29 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
# see man logrotate
#
#
/var/log/uhub.log {
/var/log/uhub.log {
compress
size 10M
rotate 10

View File

@@ -9,7 +9,5 @@
# -u <user> Run as given user
# -g <group> Run with given group permissions
# -p <file> Store pid in file (process id)
UHUBOPTIONS=" -u uhub -f -p /var/run/uhub.pid -l /var/log/uhub.log"