mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
11 lines
156 B
Bash
Executable File
11 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
|