diff options
| author | onefang | 2019-06-26 14:57:24 +1000 |
|---|---|---|
| committer | onefang | 2019-06-26 14:57:24 +1000 |
| commit | 4c102f925eae4dceace995300eae8eb012ca7e02 (patch) | |
| tree | b9cea4e1eafb79b4e8e7492191d09dd719ba5fa1 | |
| parent | Changes in how the DNS entries are scanned. (diff) | |
| download | apt-panopticon-4c102f925eae4dceace995300eae8eb012ca7e02.zip apt-panopticon-4c102f925eae4dceace995300eae8eb012ca7e02.tar.gz apt-panopticon-4c102f925eae4dceace995300eae8eb012ca7e02.tar.bz2 apt-panopticon-4c102f925eae4dceace995300eae8eb012ca7e02.tar.xz | |
Document the new flock depondency, and sort them alphabetically.
Diffstat (limited to '')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -29,11 +29,12 @@ in someplace like `/usr/local/bin` and make sure it is executable. | |||
| 29 | It should run on any recent Linux, you'll need to have the following | 29 | It should run on any recent Linux, you'll need to have the following |
| 30 | installed - | 30 | installed - |
| 31 | 31 | ||
| 32 | * luajit | ||
| 33 | * wget | ||
| 34 | * dig, part of BIND. On Debian based systems it'll be in the dnsutils package. | 32 | * dig, part of BIND. On Debian based systems it'll be in the dnsutils package. |
| 35 | * LuaSocket, on Debian based systems it'll be in the lua-socket package. | 33 | * flock, on Debian based systems it'll be in the util-linux package. |
| 36 | * ionice, on Debian based systems it'll be in the util-linux package. | 34 | * ionice, on Debian based systems it'll be in the util-linux package. |
| 35 | * luajit | ||
| 36 | * LuaSocket, on Debian based systems it'll be in the lua-socket package. | ||
| 37 | * wget | ||
| 37 | 38 | ||
| 38 | 39 | ||
| 39 | Using it. | 40 | Using it. |
