blob: 19f19a39c06d1d3c3c0489387ddd4d30e83a93ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/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
|