Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Remove man file and leave wiki page only
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea De Pasquale committed Apr 12, 2016
1 parent 545a634 commit 3402b75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 929 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ INSTALL_DIR = /usr/local/fw1-loggrabber
INSTALL_BIN_DIR=${INSTALL_DIR}/bin
INSTALL_ETC_DIR=${INSTALL_DIR}/etc
INSTALL_LIB_DIR=${INSTALL_DIR}/lib
INSTALL_MAN_DIR=${INSTALL_DIR}/man
TEMP_DIR=/tmp

%.o: %.c
Expand All @@ -58,12 +57,10 @@ install:
@install -v -o root -g root -m 755 -d ${INSTALL_BIN_DIR}
@install -v -o root -g root -m 755 -d ${INSTALL_ETC_DIR}
@install -v -o root -g root -m 755 -d ${INSTALL_LIB_DIR}
@install -v -o root -g root -m 755 -d ${INSTALL_MAN_DIR}/man1
@install -v -o root -g root -m 755 -p fw1-loggrabber ${INSTALL_BIN_DIR}/fw1-loggrabber
@install -v -o root -g root -m 644 -p fw1-loggrabber.conf ${INSTALL_ETC_DIR}/fw1-loggrabber.conf-sample
@install -v -o root -g root -m 644 -p lea.conf ${INSTALL_ETC_DIR}/lea.conf-sample
@install -v -o root -g root -m 644 -t ${INSTALL_LIB_DIR} ${OPSEC_LIB_DIR}/*.so
@install -v -o root -g root -m 644 -p fw1-loggrabber.1 ${INSTALL_MAN_DIR}/man1/fw1-loggrabber.1
@echo
@echo "Installation complete! Please declare the following environment variables in your shell configuration file:"
@echo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Then run ``make`` to build and ``sudo make install`` to install into default loc

## Documentation

Documentation is available both as a [wiki page](https://github.com/certego/fw1-loggrabber/wiki/FW1-LOGGRABBER) and as a [man page](https://raw.githubusercontent.com/certego/fw1-loggrabber/master/fw1-loggrabber.1).
Documentation is available as a [GitHub wiki page](https://github.com/certego/fw1-loggrabber/wiki/FW1-LOGGRABBER).

## License

Expand Down
Loading

0 comments on commit 3402b75

Please sign in to comment.