Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "BB" Subject: proposed mkpasswd change Date: Fri, 11 Apr 2003 13:25:07 -0500 Lines: 33 Message-ID: Reply-To: "BB" X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 I'm not sure if this is the correct group for this. What is the correct group to propose patches to Cygwin? As I stated in an earlier post, in order to run cron on Win9x, a SYSTEM user with RID 18 user needs to be defined in /etc/passwd. mkpasswd was recently modified to add the admin user. Would is make sense to also add SYSTEM user also? The only effect of this that I can see is that cron will begin to work a bit more. Otherwise, I don't think the extra entry in /etc/passwd will effect any thing. I could submit a patch, but I am not yet set up to build the entire system. Could someone trying to run cron on Win9x verify that adding the SYSTEM user to passwd works. Any comments? BB // currently in mkpasswd.c printf ("admin:use_crypt:%lu:%lu:Administrator:%sadmin:/bin/bash\n", DOMAIN_USER_RID_ADMIN, DOMAIN_ALIAS_RID_ADMINS, passed_home_path); // new entry to be added before or after the previous printf printf("SYSTEM:*:%lu:%lu:::\n", SECURITY_LOCAL_SYSTEM_RID, DOMAIN_ALIAS_RID_ADMINS); // or more simply printf("SYSTEM:*:18:544:::\n"); -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/