~ubuntu-branches/ubuntu/maverick/cryptsetup/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/cryptdisks.default

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek, Steve Langasek, Reinhard Tartler
  • Date: 2009-11-04 12:06:47 UTC
  • Revision ID: james.westby@ubuntu.com-20091104120647-62s34dttuvw27zqg
Tags: 2:1.0.6+20090405.svn49-1ubuntu8
[ Steve Langasek ]
* Make the 'start' action of the init script a no-op, this should be
  handled entirely by the upstart job now; and remove any symlinks from
  /etc/rcS.d on upgrade.  LP: #473615.

[ Reinhard Tartler ]
* Add an apport hook
* import the blkid and un_blkid from debian, LP: #446517
* also use this script by default (setting in /etc/default/cryptdisks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
# Default check script, see /lib/cryptsetup/checks/
9
9
# Takes effect, if the 'check' option is set in crypttab without a value
10
 
CRYPTDISKS_CHECK=vol_id
 
10
CRYPTDISKS_CHECK=blkid
11
11
 
12
12
# Default precheck script, see 
13
13
# Takes effect, if the 'precheck' option is set in crypttab without a value