Date: Thu, 16 Aug 2018 08:37:28 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230665] net/ceph: fix error in rc.d script Message-ID: <bug-230665-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230665 Bug ID: 230665 Summary: net/ceph: fix error in rc.d script Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: wjw@digiware.nl The rc.c/ceph script uses too many paramters. Index: net/ceph/files/ceph.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- net/ceph/files/ceph.in (revision 476830) +++ net/ceph/files/ceph.in (working copy) @@ -32,5 +32,5 @@ restart_cmd=3D"%%PREFIX%%/bin/init-ceph $*" condrestart_cmd=3D"%%PREFIX%%/bin/init-ceph $*" -run_rc_command "$1" "$*" +run_rc_command "$1" --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230665-7788>