mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
6 lines
273 B
Bash
Executable File
6 lines
273 B
Bash
Executable File
#!/bin/sh
|
|
sed -i -e "s/daemon.*/daemon\ton/" /etc/yadifa/yadifad.conf >&2
|
|
sed -i -e "s/logpath.*/logpath\t\t\"\/var\/log\/yadifa\"/" /etc/yadifa/yadifad.conf >&2
|
|
sed -i -e "s/pidpath.*/pidfile\t\t\"\/var\/run\/yadifa\/yadifa\.pid\"/" /etc/yadifa/yadifad.conf >&2
|
|
exit 0
|