aports/testing/rrdbot/rrdbot.pre-install
Natanael Copa e62eb554b6 testing/rrdbot: new aport
an SNMP polling daemon which writes the polled values to an RRD database
http://memberwebs.com/stef/software/rrdbot/
2010-01-15 16:00:59 +00:00

8 lines
167 B
Bash

#!/bin/sh
# this user should be included in alpine-baselayout-1.2.
# included here for backward compability.
adduser -H -s /bin/false -D rrdbotd 2>/dev/null
exit 0