dovecot-1.3: s/deliver/lda/

dovecot at dovecot.org dovecot at dovecot.org
Tue Apr 14 03:15:19 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.3/rev/5c12eac2c3ca
changeset: 9103:5c12eac2c3ca
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 13 20:15:14 2009 -0400
description:
s/deliver/lda/

diffstat:

4 files changed, 7 insertions(+), 7 deletions(-)
src/lda/main.c                               |    6 +++---
src/lib-storage/index/maildir/maildir-copy.c |    4 ++--
src/plugins/acl/acl-mailbox-list.c           |    2 +-
src/plugins/acl/acl-storage.c                |    2 +-

diffs (68 lines):

diff -r 8be5ca07189f -r 5c12eac2c3ca src/lda/main.c
--- a/src/lda/main.c	Mon Apr 13 20:07:59 2009 -0400
+++ b/src/lda/main.c	Mon Apr 13 20:15:14 2009 -0400
@@ -170,8 +170,8 @@ static void print_help(void)
 static void print_help(void)
 {
 	printf(
-"Usage: deliver [-c <config file>] [-a <address>] [-d <username>] [-p <path>]\n"
-"               [-f <envelope sender>] [-m <mailbox>] [-e] [-k]\n");
+"Usage: dovecot-lda [-c <config file>] [-a <address>] [-d <username>] [-p <path>]\n"
+"                   [-f <envelope sender>] [-m <mailbox>] [-e] [-k]\n");
 }
 
 int main(int argc, char *argv[])
@@ -198,7 +198,7 @@ int main(int argc, char *argv[])
 	enum mail_error error;
 
 	if (getuid() != geteuid() && geteuid() == 0) {
-		/* running setuid - don't allow this if deliver is
+		/* running setuid - don't allow this if the binary is
 		   executable by anyone */
 		struct stat st;
 
diff -r 8be5ca07189f -r 5c12eac2c3ca src/lib-storage/index/maildir/maildir-copy.c
--- a/src/lib-storage/index/maildir/maildir-copy.c	Mon Apr 13 20:07:59 2009 -0400
+++ b/src/lib-storage/index/maildir/maildir-copy.c	Mon Apr 13 20:15:14 2009 -0400
@@ -140,7 +140,7 @@ maildir_copy_hardlink(struct maildir_tra
 	if (strcmp(mail->box->storage->name, MAILDIR_STORAGE_NAME) == 0)
 		src_mbox = (struct maildir_mailbox *)mail->box;
 	else if (strcmp(mail->box->storage->name, "raw") == 0) {
-		/* deliver uses raw format */
+		/* lda uses raw format */
 		src_mbox = NULL;
 	} else {
 		/* Can't hard link files from the source storage */
@@ -220,7 +220,7 @@ maildir_copy_hardlink(struct maildir_tra
 				    do_hardlink, &do_ctx) < 0)
 			return -1;
 	} else {
-		/* raw / deliver */
+		/* raw / lda */
 		if (mail_get_special(mail, MAIL_FETCH_UIDL_FILE_NAME,
 				     &path) < 0 || *path == '\0')
 			return 0;
diff -r 8be5ca07189f -r 5c12eac2c3ca src/plugins/acl/acl-mailbox-list.c
--- a/src/plugins/acl/acl-mailbox-list.c	Mon Apr 13 20:07:59 2009 -0400
+++ b/src/plugins/acl/acl-mailbox-list.c	Mon Apr 13 20:15:14 2009 -0400
@@ -565,7 +565,7 @@ void acl_mailbox_list_created(struct mai
 	if (auser == NULL) {
 		/* ACLs disabled for this user */
 	} else if ((list->ns->flags & NAMESPACE_FLAG_INTERNAL) != 0) {
-		/* no ACL checks for internal namespaces (deliver, shared) */
+		/* no ACL checks for internal namespaces (lda, shared) */
 		if (list->ns->type == NAMESPACE_SHARED)
 			acl_mailbox_list_init_shared(list);
 	} else {
diff -r 8be5ca07189f -r 5c12eac2c3ca src/plugins/acl/acl-storage.c
--- a/src/plugins/acl/acl-storage.c	Mon Apr 13 20:07:59 2009 -0400
+++ b/src/plugins/acl/acl-storage.c	Mon Apr 13 20:15:14 2009 -0400
@@ -176,7 +176,7 @@ void acl_mail_storage_created(struct mai
 	if (auser == NULL) {
 		/* ACLs disabled for this user */
 	} else if ((storage->ns->flags & NAMESPACE_FLAG_INTERNAL) != 0) {
-		/* no ACL checks for internal namespaces (deliver) */
+		/* no ACL checks for internal namespaces (lda) */
 	} else {
 		astorage = p_new(storage->pool, struct acl_mail_storage, 1);
 		astorage->module_ctx.super = storage->v;


More information about the dovecot-cvs mailing list