Minor flaw in /etc/init.d/ceph-radsgw script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

Seems there's a minor flaw in CentOS/RHEL niit script:

line 91 reads:

               daemon --user="$user" "$RADOSGW -n $name"

should ImHO be:

               daemon --user="$user" $RADOSGW -n $name

to avoid /etc/rc.d/init.d/functions:__pids_var_run line 151 complain in dirname :)

/Steffen

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux