Skip to content

Commit

Permalink
logs: install searchlog script
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Jan 7, 2017
1 parent 35d5f09 commit 0959f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ vcscripts_DATA = vuurmuur-searchlog.sh vuurmuur-wizard.sh
install:
install -m 755 -d "$(DESTDIR)$(vcscriptsdir)"
install -m 700 "$(top_srcdir)/scripts/vuurmuur-wizard.sh" "$(DESTDIR)$(vcscriptsdir)"
install -m 700 "$(top_srcdir)/scripts/vuurmuur-searchlog.sh" "$(DESTDIR)$(vcscriptsdir)"

EXTRA_DIST = $(scripts_DATA) $(vcscripts_DATA)
2 changes: 2 additions & 0 deletions scripts/vuurmuur-searchlog.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

VERSION="0.8rc2"

# needs: file, sort, cat, zcat, grep

LOGNAME="$1"
Expand Down

0 comments on commit 0959f77

Please sign in to comment.