diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-06-18 12:23:43 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-06-18 12:24:21 +0200 |
commit | 6c794889a47dc6021dca48156af9c6e9d312e11d (patch) | |
tree | f46dac236ec26ac03d16532918f1e88f8ad24625 /main/zoneminder/zoneminder.initd | |
parent | a1116db5707a67ebbd7f5fbdf2e48ac24c30b4b1 (diff) | |
download | aports-6c794889a47dc6021dca48156af9c6e9d312e11d.tar.bz2 aports-6c794889a47dc6021dca48156af9c6e9d312e11d.tar.xz |
main/zoneminder: remove tmp and enable mmap
Diffstat (limited to 'main/zoneminder/zoneminder.initd')
-rw-r--r-- | main/zoneminder/zoneminder.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/zoneminder/zoneminder.initd b/main/zoneminder/zoneminder.initd index ce600fdb5..f7adfcfd0 100644 --- a/main/zoneminder/zoneminder.initd +++ b/main/zoneminder/zoneminder.initd @@ -8,7 +8,6 @@ command=/usr/bin/zmpkg.pl extra_commands=setup depend() { - need apache2 after mysql } |