Bug#385157: cryptmount: Bashism in init script

2006-08-30 Thread Erich Schubert
Hello Richard, With LSB compliance, I mostly meant the LSB headers. There are tools to optimize boot sequence based on these headers (dependency information and such). I'm referring to this ### BEGIN INIT INFO ### END INIT INFO section you see in many init scripts now. I'm not an expert on init, so

Bug#385157: cryptmount: Bashism in init script

2006-08-30 Thread R.Penney
Erich, Thanks for reporting the non-compliances in cryptmount's init-script, and for your helpful patch. I've incorporated your patch and tried to make the script more LSB compliant in its support for the 'status' argument and in its return-codes. Before I issue a revised version o

Bug#385157: cryptmount: Bashism in init script

2006-08-29 Thread Erich Schubert
Package: cryptmount Version: 1.1-1 Severity: serious Tags: patch Justification: Policy 10.4 /etc/init.d/cryptmount: 16: source: not found /etc/init.d/cryptmount: 19: Syntax error: "(" unexpected Please use POSIX shell (s/source/./; s/^function //;) or specify /bin/bash as interpreter. A patch to