We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587ac3d commit 81bcff9Copy full SHA for 81bcff9
src/SPC/builder/unix/library/net_snmp.php
@@ -20,7 +20,7 @@ protected function build(): void
20
'--with-sys-contact="@@no.where"',
21
'--with-sys-location="Unknown"',
22
'--with-logfile="/var/log/snmpd.log"',
23
- '--with-persistent-directory="/var/net-snmp"',
+ '--with-persistent-directory="/var/lib/net-snmp"',
24
'--with-openssl=' . BUILD_ROOT_PATH,
25
'--with-zlib=' . BUILD_ROOT_PATH,
26
)->make(with_install: 'installheaders installlibs install_pkgconfig');
0 commit comments