The e2config manpage refers to the 'location' tag in e2source tables with the
old tag 'name'. Substitute all occurences of e2source 'name' tags with
'location'
Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Acked-by: Gordon Hecker <gh@emlix.com>
.nf
file = {
{ server = "<servername>",
- name = "<path-to-file>",
+ location = "<path-to-file>",
<destiny> = "contents"
}
}
e2source {
file={
{ server="upstream",
- name="hello/1.0/hello-1.0.tar.gz",
+ location="hello/1.0/hello-1.0.tar.gz",
unpack="hello-1.0"
}
}
e2source {
file={
{ server = ".",
- name = "src/linux-config/my_config",
+ location = "src/linux-config/my_config",
copy = ".config"
}
}