mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5 lines
101 B
Bash
5 lines
101 B
Bash
|
#!/bin/sh
|
||
|
[ -x /usr/local/sbin/ircd ] \
|
||
|
&& /usr/local/sbin/ircd >/dev/null 2>&1 \
|
||
|
&& echo -n " ircd"
|