aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng/ntopng.initd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-07-27 11:38:03 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-07-27 11:38:08 +0000
commit9f44c66ec9ac422c21b34280cec37d479fa4ddf4 (patch)
tree2f3c501c01be9d0aa2e3b71f7ef509464c3587e3 /testing/ntopng/ntopng.initd
parent9306b72ab9228480d2c0bd249cc48992ab5938c8 (diff)
downloadaports-9f44c66ec9ac422c21b34280cec37d479fa4ddf4.tar.bz2
aports-9f44c66ec9ac422c21b34280cec37d479fa4ddf4.tar.xz
testing/ntopng: remove local redis dependency
Diffstat (limited to 'testing/ntopng/ntopng.initd')
-rw-r--r--testing/ntopng/ntopng.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ntopng/ntopng.initd b/testing/ntopng/ntopng.initd
index 824c13a960..c625b2ca46 100644
--- a/testing/ntopng/ntopng.initd
+++ b/testing/ntopng/ntopng.initd
@@ -1,7 +1,8 @@
#!/sbin/openrc-run
depend() {
- need net redis
+ need net
+ use redis
}
command="/usr/bin/ntopng"