mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5534fb1e60
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.
11 lines
260 B
Bash
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
|