mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
10 lines
156 B
Bash
Executable file
10 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* You have to configure unrealircd /etc/unrealircd/unrealircd.conf
|
|
* Take examples from /etc/unrealircd/examples/*
|
|
*
|
|
EOF
|
|
|
|
exit 0
|