]> git.99rst.org Git - openwrt-packages.git/commit
syslog-ng: do not install syslog-ng-update-virtualenv
authorJosef Schlehofer <redacted>
Tue, 18 Aug 2026 07:28:03 +0000 (09:28 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 08:13:38 +0000 (10:13 +0200)
commit710515739349051f03a9e10d1a90a994e1ef13fb
tree1ef1995b4386612062deaa27b0fc5e21c766f7ee
parent121382fd7ee527ce01e850081400e699199d6dd4
syslog-ng: do not install syslog-ng-update-virtualenv

The script creates and updates the private Python virtualenv that the
Python module runs from, but the package is built with --disable-python,
so there is nothing for it to do. It cannot even parse its arguments on
a stock image:

  /usr/bin/syslog-ng-update-virtualenv: line 30: getopt: not found
  Error parsing arguments

Signed-off-by: Josef Schlehofer <redacted>
admin/syslog-ng/Makefile
git clone https://git.99rst.org/PROJECT