mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
7 lines
126 B
Bash
7 lines
126 B
Bash
#!/bin/sh
|
|
|
|
if [ -f __PRERFIX__/etc/adzapper.conf ]; then
|
|
__PREFIX__/sbin/adzapper &
|
|
test $? -eq 0 && echo -n ' adzapper'
|
|
fi
|