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
Description:   Opened: 2007-10-29 23:44 0000
init.d script does lots of bash specific things and fails to run with busybox
ash.

------- Comment #1 From Natanael Copa 2007-10-29 23:46:44 0000 -------
Created an attachment (id=134667) [details]
ietd-init.d.patch

fixes the issue. It also dispays the current memory setting in the
check_memsize warnings.

------- Comment #2 From SpanKY 2008-03-16 08:53:21 0000 -------
are all those checks even necessary ?  why not just drop the check_memsize
function entirely ...

------- Comment #3 From Stefan Behte 2008-05-05 18:30:34 0000 -------
They are not neccessary, but recommended (or else it *might* be fsck'ing slow).

------- Comment #4 From Diego E. 'Flameeyes' Pettenò 2008-07-18 16:04:39 0000 -------
Fixed in _p162 snapshot, thanks :)