Browse Source

Docu

pull/1/head
Marc Schoechlin 12 years ago
parent
commit
19aef41dcf
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      README.md

+ 3
- 6
README.md View File

@ -132,18 +132,15 @@ The logged information can also be forwarded to secured logging servers using st
```bash
apt-get install libtoolize libtool autopoint pkg-config make gcc
zypper install libtool gettext-tools pkg-config make gcc
zypper install libtool gettext-tools pkg-config make gcc autoconf automake
```
* Patch an install custom "script" implementation
```bash
cd helpers/
git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
cd util-linux
wget https://www.kernel.org/pub/linux/utils/util-linux/v2.23/util-linux-2.23.tar.gz
cd util-linux-2.23/
patch -p1 < ../auditshell_script.patch
# ON SLES11SP3 systems you have to apply this additional patch
patch -p1 <../auditshell_aclocal.patch
./autogen.sh
./configure --without-ncurses --disable-nls
make
cp script /usr/local/bin/


Loading…
Cancel
Save