commit | 4f8ecf273c4a239d007125f3b96a55100b661c04 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Oct 24 14:55:33 2015 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Oct 24 14:55:33 2015 +0200 |
tree | 680b7a535f119f2bfb2e820adb2be5d537ccb99a | |
parent | d32a1a4054444d8193736ee4c5f515fa90dbb24f [diff] [blame] |
update network service examples Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/examples/var_service/ntpd/run b/examples/var_service/ntpd/run index 581d231..6f2a681 100755 --- a/examples/var_service/ntpd/run +++ b/examples/var_service/ntpd/run
@@ -15,7 +15,7 @@ # Make sure rundir/ exists mkdir -p "$rundir" 2>/dev/null -chown -R "$user:" "$rundir" +chown -R "$user": "$rundir" chmod -R a=rX "$rundir" rm -rf rundir 2>/dev/null ln -s "$rundir" rundir