diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 12:29:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 12:29:06 +0000 |
commit | b0933e81cd81f331c4e9ab03fda87e829ca2ee04 (patch) | |
tree | 444c04b6554592f5d3ae17203b803d124457d673 /setup-acf.in | |
parent | b007e51d7d776d7f31e7e300b7af5f56cfac18c4 (diff) | |
download | alpine-conf-b0933e81cd81f331c4e9ab03fda87e829ca2ee04.zip |
setup-acf: force update of openrc dependency cache
In some situations it might not be updated automatically due to
timestamp resolution on filesystem is 1 sec.
Diffstat (limited to 'setup-acf.in')
-rw-r--r-- | setup-acf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup-acf.in b/setup-acf.in index 28e33c3..c22a975 100644 --- a/setup-acf.in +++ b/setup-acf.in @@ -102,4 +102,6 @@ fi rc-update -q add mini_httpd default /etc/init.d/mini_httpd restart +# force update of dependency cache +rc-update -q --update |