1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
warning: All changes in files will be made in the 'WORKDIR/state/PID.changes' chroot
===========================================================================
'WORKDIR/tmp/rename-newname' is the new name of 'WORKDIR/tmp/rename-me'
===========================================================================
'WORKDIR/tmp/source-file' is a regular file
Size: SIZE
Access: (0600/rw-------) Uid: (0/root) Gid: (0/root)
Access: TIMESTAMP
Modify: TIMESTAMP
Change: TIMESTAMP
Contents of the file:
These are my source file contents.
\no newline at the end of file
===========================================================================
'WORKDIR/tmp/create-true' is a regular file
Size: SIZE
Access: (0600/rw-------) Uid: (0/root) Gid: (0/root)
Access: TIMESTAMP
Modify: TIMESTAMP
Change: TIMESTAMP
Contents of the file:
===========================================================================
'WORKDIR/tmp/insert-lines' is a regular file
Size: SIZE
Access: (0600/rw-------) Uid: (0/root) Gid: (0/root)
Access: TIMESTAMP
Modify: TIMESTAMP
Change: TIMESTAMP
Contents of the file:
foobar
===========================================================================
'WORKDIR/tmp/SUBDIR' is a directory
Size: SIZE
Access: (0700/rwx------) Uid: (0/root) Gid: (0/root)
Access: TIMESTAMP
Modify: TIMESTAMP
Change: TIMESTAMP
Directory contents:
===========================================================================
'WORKDIR/tmp/copy-from' is a regular file
Size: SIZE
Access: (0600/rw-------) Uid: (0/root) Gid: (0/root)
Access: TIMESTAMP
Modify: TIMESTAMP
Change: TIMESTAMP
Contents of the file:
These are my source file contents.
\no newline at the end of file
===========================================================================
'WORKDIR/tmp/delete-me' no longer exists
===========================================================================
'WORKDIR/tmp/sub-dir/./sub-file' no longer exists
===========================================================================
Only in WORKDIR/tmp/sub-dir/.: sub-file
===========================================================================
--- original WORKDIR/tmp/set-colon-field
+++ changed WORKDIR/tmp/set-colon-field
@@ -1 +1 @@
-me:x:1001:1001::/home/me:/bin/sh
\ No newline at end of file
+me:x:1001:1001::/my/new/shell:/bin/sh
===========================================================================
--- original WORKDIR/tmp/delete-lines-matching
+++ changed WORKDIR/tmp/delete-lines-matching
@@ -1,5 +1,4 @@
-foo 1
bar 2
baz 3
me:x:101:doo
===========================================================================
--- original WORKDIR/tmp/regex-replace
+++ changed WORKDIR/tmp/regex-replace
@@ -1 +1 @@
-I dare you to change my policy foo
\ No newline at end of file
+I dare you to change my policy FOO!
===========================================================================
--- original WORKDIR/tmp/edit-template-string
+++ changed WORKDIR/tmp/edit-template-string
@@ -1 +1 @@
-From a particular point of view
\ No newline at end of file
+Darth Vader killed your father
\ No newline at end of file
===========================================================================
--- original WORKDIR/tmp/build-xpath
+++ changed WORKDIR/tmp/build-xpath
@@ -0,0 +1,2 @@
+<?xml version="1.0"?>
+<Server><Service><Engine><Host/></Engine></Service></Server>
===========================================================================
--- original WORKDIR/tmp/xml-insert-tree
+++ changed WORKDIR/tmp/xml-insert-tree
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<Root/>
+<Root><x foo="bar">y</x></Root>
===========================================================================
===========================================================================
'WORKDIR/tmp/transformer' no longer exists
===========================================================================
'WORKDIR/tmp/hardlink' is a regular file
Size: SIZE
Access: (0600/rw-------) Uid: (0/root) Gid: (0/root)
Access: TIMESTAMP
Modify: TIMESTAMP
Change: TIMESTAMP
Contents of the file:
===========================================================================
'WORKDIR/tmp/link' is a symbolic link
Size: SIZE
Access: (0777/rwxrwxrwx) Uid: (0/root) Gid: (0/root)
Access: TIMESTAMP
Modify: TIMESTAMP
Change: TIMESTAMP
Target: 'WORKDIR/tmp/already-created'
|