net-snmp: add service
This commit is contained in:
parent
fa91d2d1b9
commit
7b5cfe7ff2
3 changed files with 6 additions and 1 deletions
1
srcpkgs/net-snmp/files/snmpd/log/run
Symbolic link
1
srcpkgs/net-snmp/files/snmpd/log/run
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/usr/bin/vlogger
|
4
srcpkgs/net-snmp/files/snmpd/run
Executable file
4
srcpkgs/net-snmp/files/snmpd/run
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
[ -r ./conf ] && . ./conf
|
||||||
|
exec snmpd -f -Lo $OPTS
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'net-snmp'
|
# Template file for 'net-snmp'
|
||||||
pkgname=net-snmp
|
pkgname=net-snmp
|
||||||
version=5.9.1
|
version=5.9.1
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="pkg-config unzip"
|
hostmakedepends="pkg-config unzip"
|
||||||
makedepends="bzip2-devel openssl-devel libnl-devel pciutils-devel
|
makedepends="bzip2-devel openssl-devel libnl-devel pciutils-devel
|
||||||
libsensors-devel pcre-devel"
|
libsensors-devel pcre-devel"
|
||||||
|
|
Loading…
Reference in a new issue