Skip to content

Commit

Permalink
courier-imap: add -restart option to imapd-ssl.rc, for completeness.
Browse files Browse the repository at this point in the history
  • Loading branch information
svarshavchik committed Aug 6, 2021
1 parent 368f9fb commit 5ca7851
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion courier-imap/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright 1998 - 2021 Double Precision, Inc. See COPYING for
dnl distribution information.

AC_PREREQ(2.59)
AC_INIT(courier-imap, 5.1.3.20210615, [courier-imap@lists.sourceforge.net])
AC_INIT(courier-imap, 5.1.4, [courier-imap@lists.sourceforge.net])
AC_CONFIG_SRCDIR(libs/imap/imapd.c)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE
Expand Down
3 changes: 3 additions & 0 deletions courier-imap/imapd-ssl.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@ start)
stop)
@courierlogger@ -pid=$SSLPIDFILE -stop
;;
restart)
@courierlogger@ -pid=$SSLPIDFILE -restart
;;
esac
exit 0
3 changes: 3 additions & 0 deletions courier-imap/imapd.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,8 @@ start)
stop)
@courierlogger@ -pid=$PIDFILE -stop
;;
stop)
@courierlogger@ -pid=$PIDFILE -restart
;;
esac
exit 0

0 comments on commit 5ca7851

Please sign in to comment.