Skip to content

Commit

Permalink
i2pd: add vlogger
Browse files Browse the repository at this point in the history
  • Loading branch information
steinex authored and classabbyamp committed Dec 12, 2022
1 parent 393e635 commit ea87af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions srcpkgs/i2pd/files/i2pd/log/run
9 changes: 1 addition & 8 deletions srcpkgs/i2pd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'i2pd'
pkgname=i2pd
version=2.44.0
revision=1
revision=2
build_style=gnu-makefile
make_build_args="USE_UPNP=yes"
makedepends="zlib-devel boost-devel openssl-devel miniupnpc-devel
Expand All @@ -26,13 +26,6 @@ case "${XBPS_TARGET_MACHINE}" in
*) make_build_args+=" USE_AESNI=no" ;;
esac

pre_install() {
# Log errors to syslog
vsed -e "s/^# log = .*/log = syslog/" \
-e "s/^# loglevel = .*/loglevel = error/" \
-i contrib/i2pd.conf
}

do_install() {
vbin i2pd
vman debian/i2pd.1
Expand Down

0 comments on commit ea87af7

Please sign in to comment.