mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
Corrected patch for PSAD - the APKBUILD now provides the answers required by install.pl so the package will build unattended. I looked at building the package the Redhat way but the perl install script also preserves configuration settings on upgrades.
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
# Default settings for psad.
|
|
|
|
# Add any options you would like to pass to the daemon when started
|
|
# For example if you would like to add an override file for your setup, this
|
|
# can be achived this way:
|
|
#
|
|
# command_args="--Override-config /root/psad.override.conf"
|
|
command_args=""
|