diff options
author | Andrea Barisani <lcars@gentoo.org> | 2005-06-23 10:46:36 +0000 |
---|---|---|
committer | Andrea Barisani <lcars@gentoo.org> | 2005-06-23 10:46:36 +0000 |
commit | e6c78e625d9911aa585128c6c84ca61a728ac045 (patch) | |
tree | 324bd5b11c3f752ad53f249c7cd016e8d0406b00 /net-mail/mlmmj/files | |
parent | Version bump for bug 96617. Tidy'd old ebuilds/patches. (diff) | |
download | gentoo-2-e6c78e625d9911aa585128c6c84ca61a728ac045.tar.gz gentoo-2-e6c78e625d9911aa585128c6c84ca61a728ac045.tar.bz2 gentoo-2-e6c78e625d9911aa585128c6c84ca61a728ac045.zip |
cleaning up obsolete versions
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/mlmmj/files')
-rw-r--r-- | net-mail/mlmmj/files/digest-mlmmj-1.0.0-r1 | 1 | ||||
-rw-r--r-- | net-mail/mlmmj/files/digest-mlmmj-1.1.0 | 1 | ||||
-rw-r--r-- | net-mail/mlmmj/files/mlmmj-1.0.0-r1-print.patch | 23 |
3 files changed, 0 insertions, 25 deletions
diff --git a/net-mail/mlmmj/files/digest-mlmmj-1.0.0-r1 b/net-mail/mlmmj/files/digest-mlmmj-1.0.0-r1 deleted file mode 100644 index e6a30d5c60cf..000000000000 --- a/net-mail/mlmmj/files/digest-mlmmj-1.0.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 71771e25480068252e544a2bef9a54ab mlmmj-1.0.0.tar.gz 135382 diff --git a/net-mail/mlmmj/files/digest-mlmmj-1.1.0 b/net-mail/mlmmj/files/digest-mlmmj-1.1.0 deleted file mode 100644 index 08d8b9090613..000000000000 --- a/net-mail/mlmmj/files/digest-mlmmj-1.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2b356bf39fa73464ae3ededaf89beec8 mlmmj-1.1.0.tar.gz 149886 diff --git a/net-mail/mlmmj/files/mlmmj-1.0.0-r1-print.patch b/net-mail/mlmmj/files/mlmmj-1.0.0-r1-print.patch deleted file mode 100644 index cb9e75cf304c..000000000000 --- a/net-mail/mlmmj/files/mlmmj-1.0.0-r1-print.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- mlmmj-1.0.0/src/mlmmj-sub.c 13 Sep 2004 23:01:32 -0000 1.22 -+++ mlmmj-1.0.0/src/mlmmj-sub.c 14 Sep 2004 10:57:17 -0000 -@@ -313,5 +313,6 @@ - off_t suboff; - struct stat st; - pid_t pid, childpid; -+ uid_t uid; - - CHECKFULLPATH(argv[0]); - ---- mlmmj-1.0.0/src/mlmmj-sub.c 13 Sep 2004 23:01:32 -0000 1.22 -+++ mlmmj-1.0.0/src/mlmmj-sub.c 14 Sep 2004 10:57:17 -0000 -@@ -371,7 +371,8 @@ -- if(stat(listdir, &st) == 0) { -+ uid = getuid(); -+ if(!uid && stat(listdir, &st) == 0) { - printf("Changing to uid %d, owner of %s.\n", - (int)st.st_uid, listdir); - if(setuid(st.st_uid) < 0) { - perror("setuid"); - fprintf(stderr, "Continuing as uid %d\n", -- (int)getuid()); -+ (int)uid); |