~ubuntu-branches/ubuntu/natty/augeas/natty

« back to all changes in this revision

Viewing changes to tests/test-augtool/rec-append-record.sh

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Pinson
  • Date: 2011-02-24 09:32:22 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224093222-bfd4fkm6envek6ys
Tags: 0.8.0-0ubuntu1
* New upstream release.
* Remove obsolete ruby Build-Depend.
* Build PDF docs and add them to augeas-doc.
* Build-Depend on texlive-latex-base to build PDF docs.
* Install txt doc files in augeas-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commands='
 
2
ins 01 after /files/etc/pam.d/newrole/*[last()]
 
3
defvar new /files/etc/pam.d/newrole/*[last()]
 
4
set $new/type auth
 
5
set $new/control include
 
6
set $new/module system-auth
 
7
'
 
8
 
 
9
lens=Pam.lns
 
10
file="/etc/pam.d/newrole"
 
11
 
 
12
diff='--- /etc/pam.d/newrole
 
13
+++ /etc/pam.d/newrole.augnew
 
14
@@ -3,3 +3,4 @@
 
15
 account    include\tsystem-auth
 
16
 password   include\tsystem-auth
 
17
 session    required\tpam_namespace.so unmnt_remnt no_unmount_on_close
 
18
+auth\tinclude\tsystem-auth'