diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-14 23:04:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-14 23:04:24 +0300 |
| commit | 15b4c1dc052f6682a5480d2e8de4b7ab12f5ed8c (patch) | |
| tree | 5d73a1a40475a69a42f138d327e30c58052652ce /README.md | |
| parent | 4f562467dbdf819395e138617c2a057e02595b9e (diff) | |
| parent | 428333c9bb283ceb998332481867a59e7cea33b4 (diff) | |
| download | accel-ppp-15b4c1dc052f6682a5480d2e8de4b7ab12f5ed8c.tar.gz accel-ppp-15b4c1dc052f6682a5480d2e8de4b7ab12f5ed8c.zip | |
Merge pull request #352 from nuclearcat/stability-fixes
Stability fixes and function unification
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -48,7 +48,7 @@ monitoring kernel modules. Optional features require their corresponding development libraries: * Net-SNMP for NETSNMP=TRUE -* PostgreSQL client libraries for LOG_PGSQL=TRUE +* PostgreSQL client libraries for LOG_PGSQL_DEPRECATED=TRUE * Lua for LUA=TRUE or a specific Lua version such as LUA=5.3 @@ -74,7 +74,10 @@ Useful build options: * RADIUS=FALSE omits RADIUS support. * SHAPER=FALSE omits the traffic-shaping module. * NETSNMP=TRUE builds SNMP support. -* LOG_PGSQL=TRUE builds PostgreSQL logging support. +* LOG_PGSQL_DEPRECATED=TRUE builds PostgreSQL logging support. The module is + deprecated and scheduled for removal, the old LOG_PGSQL flag now fails the + build. If you depend on it, please say so at + https://github.com/accel-ppp/accel-ppp/issues. For example, to build the IPoE and VLAN monitoring modules for the running kernel: |
