<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/package/base-files, branch v21.02.2</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.2</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.2'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2022-02-17T18:00:30Z</updated>
<entry>
<title>OpenWrt v21.02.2: adjust config defaults</title>
<updated>2022-02-17T18:00:30Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-02-17T18:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=30e2782e0647a837044ada77ce86b29c5af8a9f2'/>
<id>urn:sha1:30e2782e0647a837044ada77ce86b29c5af8a9f2</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>base-files: fix service_running check</title>
<updated>2021-12-29T20:40:40Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2021-06-15T06:48:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=dbe2a6343f906ddf48142ee72eb81b3f311cfe6f'/>
<id>urn:sha1:dbe2a6343f906ddf48142ee72eb81b3f311cfe6f</id>
<content type='text'>
The following command checks if a instance of a service is running.
/etc/init.d/&lt;service&gt; running &lt;instance&gt;

 In the variable `$@`, which is passed to the function
`service_running`, the first argument is always the `instance` which
should be checked. Because all other variables where removed from `$@`
with `shift`.

Before this change the first argument of `$@` was set to the `$service`
Variable. So the function does not work as expected. The `$service`
variable was always the instance which should be checked. This is not
what we want.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
Reviewed-by: Sungbo Eo &lt;mans0n@gorani.run&gt;
(cherry picked from commit dd681838d370f1f6f6fa1bf1f22b0414322292f3)
</content>
</entry>
<entry>
<title>base-files: upgrade: fix efi partitions size calculation</title>
<updated>2021-12-29T20:38:58Z</updated>
<author>
<name>Javier Marcet</name>
</author>
<published>2020-04-04T15:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=e81dd8a10a141936650da707447bdf3f976aab4b'/>
<id>urn:sha1:e81dd8a10a141936650da707447bdf3f976aab4b</id>
<content type='text'>
We were missing (not using) the last sector of each partition,
compared with the output of gparted.

Signed-off-by: Javier Marcet &lt;javier@marcet.info&gt;
[moved the dot]
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
(cherry picked from commit 018ada5403f02921be22ee0cf49b88b2700ee105)
</content>
</entry>
<entry>
<title>base-files: chmod 1777 /var/lock</title>
<updated>2021-11-05T20:24:04Z</updated>
<author>
<name>Deomid Ryabkov</name>
</author>
<published>2021-10-23T13:22:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=2f04012b20515eec74563de74d0528e603aa6f89'/>
<id>urn:sha1:2f04012b20515eec74563de74d0528e603aa6f89</id>
<content type='text'>
Per FHS 3.0, /var/lock is the location for lock files [1].
However its current permissions (755) are too restrictive
for use by unprivileged processes.
Debian and Ubuntu set them to 1777, and now so do we.

[1] &lt;https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlockLockFiles&gt;

Signed-off-by: Deomid Ryabkov &lt;rojer@rojer.me&gt;
[fixed typo in commit message, had to remove "rojer" due to git hooks]
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
(cherry picked from commit 430f69194388ad6a7826a51e0e2b2dd478e27f0f)
</content>
</entry>
<entry>
<title>OpenWrt v21.02.1: revert to branch defaults</title>
<updated>2021-10-25T19:45:09Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-25T19:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a77ea2f05f05b134ae52c55674efac5231018691'/>
<id>urn:sha1:a77ea2f05f05b134ae52c55674efac5231018691</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v21.02.1: adjust config defaults</title>
<updated>2021-10-25T19:44:54Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-10-25T19:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=b4d7885af70a42df7577157b96f941500bd17bfb'/>
<id>urn:sha1:b4d7885af70a42df7577157b96f941500bd17bfb</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v21.02.0: revert to branch defaults</title>
<updated>2021-09-01T19:53:58Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-09-01T19:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6f8143fa4af42144d2856fc3572c21bc6a50e4af'/>
<id>urn:sha1:6f8143fa4af42144d2856fc3572c21bc6a50e4af</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v21.02.0: adjust config defaults</title>
<updated>2021-09-01T19:53:53Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-09-01T19:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=b2ae4233149dfd78f2ac00bb5327695bcacdc255'/>
<id>urn:sha1:b2ae4233149dfd78f2ac00bb5327695bcacdc255</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v21.02.0-rc4: revert to branch defaults</title>
<updated>2021-08-01T17:39:03Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-08-01T17:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=9531e70708f80d14dd948f5890858a103f03a3d3'/>
<id>urn:sha1:9531e70708f80d14dd948f5890858a103f03a3d3</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>OpenWrt v21.02.0-rc4: adjust config defaults</title>
<updated>2021-08-01T17:38:53Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-08-01T17:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=134ac824c5a154edbbe1c581bcbc42d265dc20c0'/>
<id>urn:sha1:134ac824c5a154edbbe1c581bcbc42d265dc20c0</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
