From 2b239646792bb752cbd8fa5b6282d113520afc72 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Tue, 6 Dec 2022 11:09:17 +0100 Subject: [PATCH] i2pd: add vlogger --- srcpkgs/i2pd/files/i2pd/log/run | 1 + srcpkgs/i2pd/template | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) create mode 120000 srcpkgs/i2pd/files/i2pd/log/run diff --git a/srcpkgs/i2pd/files/i2pd/log/run b/srcpkgs/i2pd/files/i2pd/log/run new file mode 120000 index 000000000000..282a06461da7 --- /dev/null +++ b/srcpkgs/i2pd/files/i2pd/log/run @@ -0,0 +1 @@ +/usr/sbin/vlogger \ No newline at end of file diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index 239f4b7cd63f..5f99040c599a 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -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 @@ -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