diff options
author | 2002-04-01 21:57:37 +0000 | |
---|---|---|
committer | 2002-04-01 21:57:37 +0000 | |
commit | 890f63210460bdc0bcc6aac8f88e4b23bc16f9b0 (patch) | |
tree | cfaea6a45ebda9f3142d817b85d881d6ec4e767e /net-mail | |
parent | Update to latest release. Beautify the .ebuild. Make it pam_stack aware. (diff) | |
download | historical-890f63210460bdc0bcc6aac8f88e4b23bc16f9b0.tar.gz historical-890f63210460bdc0bcc6aac8f88e4b23bc16f9b0.tar.bz2 historical-890f63210460bdc0bcc6aac8f88e4b23bc16f9b0.zip |
style police: s/spaces/tabs/, junk the CAPS!
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courier-imap/files/courier-imap-rc6 | 26 | ||||
-rw-r--r-- | net-mail/courier-imap/files/courier-imap-ssl-rc6 | 26 |
2 files changed, 26 insertions, 26 deletions
diff --git a/net-mail/courier-imap/files/courier-imap-rc6 b/net-mail/courier-imap/files/courier-imap-rc6 index 89bd951f9197..158fb9b564cd 100644 --- a/net-mail/courier-imap/files/courier-imap-rc6 +++ b/net-mail/courier-imap/files/courier-imap-rc6 @@ -1,28 +1,28 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-rc6,v 1.3 2002/04/01 21:57:37 woodchip Exp $ depend() { - need net + need net } checkconfig() { - if [ ! -e /etc/courier-imap/imapd ] ; then - eerror "You need an /etc/courier-imap/imapd file to run Courier imap" - return 1 - fi + if [ ! -e /etc/courier-imap/imapd ] ; then + eerror "You need an /etc/courier-imap/imapd file to run courier imap" + return 1 + fi } start() { - checkconfig || return 1 - ebegin "Starting Courier imap" - /usr/lib/courier-imap/imapd.rc start - eend $? + checkconfig || return 1 + ebegin "Starting courier imap" + /usr/lib/courier-imap/imapd.rc start + eend $? } stop() { - ebegin "Stopping Courier imap" - /usr/lib/courier-imap/imapd.rc stop - eend $? + ebegin "Stopping courier imap" + /usr/lib/courier-imap/imapd.rc stop + eend $? } diff --git a/net-mail/courier-imap/files/courier-imap-ssl-rc6 b/net-mail/courier-imap/files/courier-imap-ssl-rc6 index 1024413ab0b7..8b9f68faa1d7 100644 --- a/net-mail/courier-imap/files/courier-imap-ssl-rc6 +++ b/net-mail/courier-imap/files/courier-imap-ssl-rc6 @@ -1,28 +1,28 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-ssl-rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-ssl-rc6,v 1.3 2002/04/01 21:57:37 woodchip Exp $ depend() { - need net + need net } checkconfig() { - if [ ! -e /etc/courier-imap/imapd ] ; then - eerror "You need an /etc/courier-imap/imapd file to run Courier imap" - return 1 - fi + if [ ! -e /etc/courier-imap/imapd ] ; then + eerror "You need an /etc/courier-imap/imapd file to run courier imap" + return 1 + fi } start() { - checkconfig || return 1 - ebegin "Starting Courier SSL imap" - /usr/lib/courier-imap/imapd-ssl.rc start - eend $? + checkconfig || return 1 + ebegin "Starting courier ssl imap" + /usr/lib/courier-imap/imapd-ssl.rc start + eend $? } stop() { - ebegin "Stopping Courier SSL imap" - /usr/lib/courier-imap/imapd-ssl.rc stop - eend $? + ebegin "Stopping courier ssl imap" + /usr/lib/courier-imap/imapd-ssl.rc stop + eend $? } |