Bug 197472 - [PATCH] sys-block/iscsitarget init.d script is not POSIX compliant
|
Bug#:
197472
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: trivial
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: base-system@gentoo.org
|
Reported By: natanael.copa@gmail.com
|
|
Component: Core system
|
|
|
URL:
|
|
Summary: [PATCH] sys-block/iscsitarget init.d script is not POSIX compliant
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-10-29 23:44 0000
|
init.d script does lots of bash specific things and fails to run with busybox
ash.
are all those checks even necessary ? why not just drop the check_memsize
function entirely ...
They are not neccessary, but recommended (or else it *might* be fsck'ing slow).
Fixed in _p162 snapshot, thanks :)