1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

remove "restart_cmd" to make restart work again

This commit is contained in:
Oliver Lehmann 2007-05-02 09:27:25 +00:00
parent f9d78354ff
commit b30b9add9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191398

View File

@ -40,7 +40,6 @@ start_cmd="${command} start"
stop_precmd="echo 'Stopping ${name}.'"
stop_cmd="${command} stop"
stop_postcmd="rm -f ${pidfile} ${pidfile}.lock ${socket}"
restart_cmd="${stop_cmd} && ${start_cmd}"
required_files="${sysconfdir}/authdaemonrc"
courier_authdaemond_prestart()