aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-02-26 10:45:22 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-02-26 10:45:22 +0200
commit6d4086e39c5cbe1011d7a3fc67902e0c199a5b21 (patch)
treefb0bc97aab4c35af8405580a21f9bb097581566e /README
parent1f4b6aec1468d92dee4c7d3806cbbd039d919e42 (diff)
downloadvmod-binlog-6d4086e39c5cbe1011d7a3fc67902e0c199a5b21.tar.gz
vmod-binlog-6d4086e39c5cbe1011d7a3fc67902e0c199a5b21.tar.bz2
Update READMEvarnish-4.0
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 759490d..3e271c1 100644
--- a/README
+++ b/README
@@ -37,28 +37,32 @@ where Varnish sources reside.
Once configured, do
make
This will build the module. After this step you can optionally run
'make test' to test the package.
Finally, run the following command as root:
make install
-This package contains the 'magic' file for the file(1) utility. It is
-not installed by default, as its installation location differs
-considerably between various distributions. See the documentation in
-your distribution for detailed instructions.
+This package contains the 'magic' file for the file(1) utility - doc/magic.
+It is not installed by default, as its installation location differs
+considerably between various distributions. Usually, appending its content
+to /etc/magic will do the job:
+
+ cat doc/magic >> /etc/magic
+
+See the documentation in your distribution for detailed instructions.
After properly installing this file, you will be able to use file(1)
to briefly examine binary logs. For example:
$ file 10.log
10.log: NXC binary log file, version 1.0, format L3, 81004 records
* Documentation
The following manual pages will be available after successful install:
vmod-binlog(3)

Return to:

Send suggestions and report system problems to the System administrator.