public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] init.d scripts and bash
@ 2007-03-08 16:00 Natanael Copa
  2007-03-09  0:00 ` Ned Ludd
  0 siblings, 1 reply; 7+ messages in thread
From: Natanael Copa @ 2007-03-08 16:00 UTC (permalink / raw
  To: gentoo-embedded

Hi,

Are there anybody more than me that use the gentoo init.d scripts
without using bash?

Most init.d scripts runs just fine with a small runscript wrapper. A few
needs patching to work, typically replacing:

  [[ expr || expr ]]

with:

  [[ expr ]] || [[ expr ]]

But sometimes arrays and such are used (very often its easy to work
around)

Are there any hope for setting a gentoo policy that says bash specific
things should be avoided if possible in init.d scripts?

Natanael Copa

-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-03-09 15:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08 16:00 [gentoo-embedded] init.d scripts and bash Natanael Copa
2007-03-09  0:00 ` Ned Ludd
     [not found]   ` <20070309073937.154cff79@uberpc.marples.name>
2007-03-09  9:08     ` Ned Ludd
2007-03-09 10:06       ` Natanael Copa
2007-03-09 11:51       ` Natanael Copa
     [not found]         ` <20070309115825.52cd9d73@uberlaptop>
2007-03-09 12:58           ` Natanael Copa
     [not found]             ` <20070309142717.6373940c@uberlaptop.development.ltl>
2007-03-09 15:12               ` Natanael Copa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox