mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-21 15:51:34 +01: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
|