1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/mail/youbin/files/youbind.sh.sample
Masafumi Max NAKANE 5534fb1e60 Instead of marking this port FORBIDDEN, show a security warning and ask
if the user wants to proceed (unless BATCH is set) at pre-fetch and
pre-install.  Make the same query at pkg_add time.

While I'm at it,
- Move the URI to DESCR from Makefile.
- Replace a few = with ?=
- Instead of using echo in Makefile to create the sample startup
  script, use a template.
1999-09-09 08:37:41 +00:00

11 lines
260 B
Bash

#!/bin/sh
#
# CAUTION:
# Youbin has potentail security problem.
# If this program is used on your system, great care must be taken
# to avoid any security problem.
#
if [ -x @PREFIX@/sbin/youbind ]; then
@PREFIX@/sbin/youbind ; echo -n ' youbind'
fi