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:
parent
f9d78354ff
commit
b30b9add9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191398
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user