diff options
author | Alan Hicks <alan@lizella.net> | 2010-05-11 22:25:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:25:11 +0200 |
commit | 0ddbdbac181797afac0d0f25e0d2689ec804a498 (patch) | |
tree | 20f5d2ca1af50d7fddd58ca912524f601b148e3d /network/dovecot/rc.dovecot | |
parent | d11b5ffd117b05f5f626963dff7a4f276a3af741 (diff) | |
download | slackbuilds-0ddbdbac181797afac0d0f25e0d2689ec804a498.tar.gz |
network/dovecot: Updated for version 1.1.3
Diffstat (limited to 'network/dovecot/rc.dovecot')
-rw-r--r-- | network/dovecot/rc.dovecot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/dovecot/rc.dovecot b/network/dovecot/rc.dovecot index 700e1bfc4c..228eb2915e 100644 --- a/network/dovecot/rc.dovecot +++ b/network/dovecot/rc.dovecot @@ -1,4 +1,5 @@ #!/bin/bash + # Copyright 2006, Alan Hicks, Lizella, GA # All rights reserved. # @@ -18,8 +19,6 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - dovecot_start() { @@ -53,3 +52,4 @@ case $1 in *) echo "usage $0 start|stop|restart" esac + |