| Summary: | mini-qmail does not add its users | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | rhumbliner <mailbin> |
| Component: | New packages | Assignee: | Qmail Team (OBSOLETE) <qmail-bugs+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 398135 | ||
| Attachments: |
changes to mini-qmail ebuild
patch to qmail's Makefile fake auto_uids.c file |
||
|
Description
rhumbliner
2005-12-07 17:10:58 UTC
fixed in cvs Created attachment 77454 [details, diff] changes to mini-qmail ebuild this patch changes the ebuild so that it doesn't create the user id's and group id's needed for the qmail install. instead the ebuild patches qmail's Makefile so that it substitutes a dummy auto_uids.c which exists just for the install process. it is not used by any of the processes which make up the mini-qmail run-time, per http://cr.yp.to/qmail/mini.html Created attachment 77455 [details, diff]
patch to qmail's Makefile
this patch substitutes a fake auto_uids.c file for the one auto generated by the Makefile.
Created attachment 77456 [details]
fake auto_uids.c file
this is the fake auto_uids.c file. this file is needed by several processes in the qmail runtime, but not by any processes in the mini-qmail runtime.
when i first posted this bug, i was hoping the fix would include not creating the extra users and groups needed by qmail. the attachments added to this bug provide a method for accomplishing this. seems i was trying way too hard to build mini-qmail could you sync up and try 1.05-r1 for me please (In reply to comment #6) > seems i was trying way too hard to build mini-qmail > > could you sync up and try 1.05-r1 for me please > Very cool. Yes, this works exactly as I had hoped. Thanks. |