~ubuntu-branches/ubuntu/vivid/augeas/vivid-proposed

« back to all changes in this revision

Viewing changes to lenses/crypttab.aug

  • Committer: Package Import Robot
  • Author(s): Raphaël Pinson
  • Date: 2014-12-01 10:49:19 UTC
  • mfrom: (1.6.1) (24.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20141201104919-lalkacyk0i5fndg5
Tags: 1.3.0-0ubuntu1
* New upstream version
* Include d/p/0003_Link_pthread.patch again

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* -*- coding: utf-8 -*-
 
1
(*
2
2
Module: Crypttab
3
3
  Parses /etc/crypttab from the cryptsetup package.
4
4
 
101
101
  let filter = (incl "/etc/crypttab")
102
102
 
103
103
  let xfm = transform lns filter
 
104
 
 
105
(* coding: utf-8 *)