From: Peter Müller Date: Fri, 30 Sep 2022 17:20:17 +0000 (+0000) Subject: configroot: Increase verbosiness of chown operations X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2689789ec088dfb2a24d4b9ae85b001a4b8576fb;p=people%2Fms%2Fipfire-2.x.git configroot: Increase verbosiness of chown operations Signed-off-by: Peter Müller --- diff --git a/lfs/configroot b/lfs/configroot index f09307274a..f278ccf77c 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -167,10 +167,10 @@ $(TARGET) : cp $(DIR_SRC)/langs/*/cgi-bin/*.pl $(CONFIG_ROOT)/langs/ # Configroot permissions - chown -R nobody:nobody $(CONFIG_ROOT) - chown root:root $(CONFIG_ROOT) + chown -Rv nobody:nobody $(CONFIG_ROOT) + chown root:root $(CONFIG_ROOT) for i in backup/exclude.user backup/include.user *.pl addon-lang/ langs/ ; do \ - chown -R root:root $(CONFIG_ROOT)/$$i; \ + chown -Rv root:root $(CONFIG_ROOT)/$$i; \ done chown -Rv root:root $(CONFIG_ROOT)/*/bin chown root:nobody $(CONFIG_ROOT)/dhcpc