mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
A small syslogd for logging to multiple files http://www.gnu.org/software/inetutils/ revised complete patch for inetutils-syslogd. post-install - just gives status / info message - configuration is now done by /sbin/setup-inetutils-syslogd. Both scripts now use the system colours $STRONG $RED $GREEN. post-deinstall - just adds back busybox syslog to boot runlevel & shows the status of syslog & cron (as cron will be stopped by removing any syslog)
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
#
|
|
# inetutils syslogd defaults
|
|
#
|
|
|
|
# Internet connections are enabled if forwarding (which is the default).
|
|
# Example option to add a socket for chroot jailed openvpn server
|
|
#SYSLOGD_OPTS="--no-forward -a /etc/openvpn/jail/dev/log"
|
|
|
|
SYSLOGD_OPTS="--no-forward"
|