aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin/files/webmin.sh.in
blob: da60520834333d57bc5f8322af379fe5364c1934 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# $FreeBSD$

if [ "x$1" = "x" -o "x$1" = "xstart" ]; then
	if [ -x !!PREFIX!!/etc/webmin/start ]; then
		!!PREFIX!!/etc/webmin/start
	fi
fi