c95cf31cd7
Bento fails to proberly package the port on -CURRENT due to -CURRENT no longer has libdes.* as the des functions have been moved to the libcrypto.* library. PR: 48442 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
16 lines
322 B
Bash
16 lines
322 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: sasl1
|
|
# REQUIRE: DAEMON %%MYSQL_REQ%%
|
|
# KEYWORD: FreeBSD
|
|
#
|
|
# NOTE for FreeBSD 5.0+:
|
|
# If you want this script to start with the base rc scripts copy
|
|
# cyrus_sasl1 to /etc/rc.d/cyrus_sasl1
|
|
|
|
# This is a dummy dependancy, to ensure that daemons are run _before_
|
|
# `sasl1' is available.
|
|
|