mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
478a2fe3b7
PR: 4025 Submitted by: Hironori Ikura <kikura@kaisei.org>
7 lines
165 B
Bash
7 lines
165 B
Bash
#!/bin/sh
|
|
if [ -f /usr/local/libexec/ebw3d \
|
|
-a -f /usr/local/etc/ebw3d.conf ]; then
|
|
/usr/local/libexec/ebw3d > /var/log/ebw3d.log 2>&1 &
|
|
echo -n ' ebw3d'
|
|
fi
|