Re: [arch-general] [PATCH 32/48] Rewrite /etc/crypttab processing.

2010-06-30 Thread Victor Lowther
On Thu, 2010-07-01 at 00:16 +0200, Thomas Bächler wrote: > Am 30.06.2010 23:47, schrieb Victor Lowther: > > Split out reading /etc/crypttab and procssing the individual lines into > > their own helper functions, and bashify the resulting shorter code. > > > > Processing this file is still ugly, th

Re: [arch-general] [PATCH 32/48] Rewrite /etc/crypttab processing.

2010-06-30 Thread Thomas Bächler
Am 30.06.2010 23:47, schrieb Victor Lowther: > Split out reading /etc/crypttab and procssing the individual lines into > their own helper functions, and bashify the resulting shorter code. > > Processing this file is still ugly, though. :( I wanted to factor this out and deprecate crypttab for a

[arch-general] [PATCH 32/48] Rewrite /etc/crypttab processing.

2010-06-30 Thread Victor Lowther
Split out reading /etc/crypttab and procssing the individual lines into their own helper functions, and bashify the resulting shorter code. Processing this file is still ugly, though. :( --- functions | 43 +-- rc.shutdown | 36 + rc.sysinit | 131 +