split touch-command for multiple files into single ones, fixes #535
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -4651,7 +4651,9 @@ aliases: files
|
|||||||
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
||||||
<commands index="1">
|
<commands index="1">
|
||||||
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
||||||
<command><![CDATA[touch /var/lib/extrausers/{passwd,group,shadow}]]></command>
|
<command><![CDATA[touch /var/lib/extrausers/passwd]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/group]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/shadow]]></command>
|
||||||
</commands>
|
</commands>
|
||||||
<file name="/etc/nsswitch.conf" backup="true">
|
<file name="/etc/nsswitch.conf" backup="true">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
|
|||||||
@@ -1650,7 +1650,9 @@ aliases: files
|
|||||||
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
||||||
<commands index="1">
|
<commands index="1">
|
||||||
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
||||||
<command><![CDATA[touch /var/lib/extrausers/{passwd,group,shadow}]]></command>
|
<command><![CDATA[touch /var/lib/extrausers/passwd]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/group]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/shadow]]></command>
|
||||||
</commands>
|
</commands>
|
||||||
<file name="/etc/nsswitch.conf" backup="true">
|
<file name="/etc/nsswitch.conf" backup="true">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
|
|||||||
@@ -4551,7 +4551,9 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
|||||||
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
||||||
<commands index="1">
|
<commands index="1">
|
||||||
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
||||||
<command><![CDATA[touch /var/lib/extrausers/{passwd,group,shadow}]]></command>
|
<command><![CDATA[touch /var/lib/extrausers/passwd]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/group]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/shadow]]></command>
|
||||||
</commands>
|
</commands>
|
||||||
<file name="/etc/nsswitch.conf" backup="true">
|
<file name="/etc/nsswitch.conf" backup="true">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
|
|||||||
@@ -1664,7 +1664,9 @@ aliases: files
|
|||||||
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
||||||
<commands index="1">
|
<commands index="1">
|
||||||
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
||||||
<command><![CDATA[touch /var/lib/extrausers/{passwd,group,shadow}]]></command>
|
<command><![CDATA[touch /var/lib/extrausers/passwd]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/group]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/shadow]]></command>
|
||||||
</commands>
|
</commands>
|
||||||
<file name="/etc/nsswitch.conf" backup="true">
|
<file name="/etc/nsswitch.conf" backup="true">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
|
|||||||
@@ -5464,7 +5464,9 @@ aliases: files
|
|||||||
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
<install><![CDATA[apt-get install nscd libnss-extrausers]]></install>
|
||||||
<commands index="1">
|
<commands index="1">
|
||||||
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
||||||
<command><![CDATA[touch /var/lib/extrausers/{passwd,group,shadow}]]></command>
|
<command><![CDATA[touch /var/lib/extrausers/passwd]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/group]]></command>
|
||||||
|
<command><![CDATA[touch /var/lib/extrausers/shadow]]></command>
|
||||||
</commands>
|
</commands>
|
||||||
<file name="/etc/nsswitch.conf" backup="true">
|
<file name="/etc/nsswitch.conf" backup="true">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
|
|||||||
Reference in New Issue
Block a user