delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/01/07/18:22:07

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:in-reply-to:references:date:subject
:from:to:mime-version:content-type:content-transfer-encoding; q=
dns; s=default; b=MD7PjK62y1Aj1BtDh1MdizsfRdtPb5ojInr7jwT05I+PA0
PU1PDhcUSamxtU6NRbB8AcNJw1NPVTeyg5GKGu3Kbbo8awwAmgVyxguiPu4J13Qt
0SOd1A/XcZhTkJ7NU5nseFXUUzfgAAXa/M/ZPhdltk9uDzahJHNwqrIqpvr2w=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:in-reply-to:references:date:subject
:from:to:mime-version:content-type:content-transfer-encoding; s=
default; bh=4rGlS2sLZJ1DNUEdmcU0M9dyOvo=; b=YTYgFzcCCq29fITRWjht
F+P8kZQJRyfJTxAO/hvOiAXbXkFSx6f2k8pJCqld3po7J6yyXN4aWo9UG6nrfCdj
ZE8LfChG7eoIrdS9YQX4P62+26yYvJ6L4PvjSm4YAwNMtqG0embeYc3ejkx7EY2P
i5ODulo8DhT+/uR5CbjwNuY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: lb1-smtp-cloud6.xs4all.net
Message-ID: <3c6b58d05eff2d55ec182775de86eab0.squirrel@webmail.xs4all.nl>
In-Reply-To: <announce.20150107214740.GA15344@calimero.vinschen.de>
References: <announce DOT 20150107214740 DOT GA15344 AT calimero DOT vinschen DOT de>
Date: Thu, 8 Jan 2015 00:21:44 +0100
Subject: Re: [ANNOUNCEMENT] Updated: base-cygwin-3.4-1
From: "Houder" <houder AT xs4all DOT nl>
To: cygwin AT cygwin DOT com
User-Agent: SquirrelMail/1.4.18
MIME-Version: 1.0
X-IsSubscribed: yes

> I just updated the base-cygwin package to 3.4-1.
>
> The base-cygwin postinstall script will not add a root group to
> /etc/group anymore.

Euh ... well, all right (in case of 1.7.34 and beyond).

Downloaded base-cygwin, looked at the bottom of 000-cygwin-post-install.sh

# Create /etc/mtab as symlink to /proc/mounts
[ ! -L "${MTAB}" ] && ln -sf /proc/mounts ${MTAB}

# Create default /etc/passwd and /etc/group files
if [ ! -e /etc/passwd -a ! -L /etc/passwd ] ; then
  mkpasswd -l -c > /etc/passwd
  chmod 644 /etc/passwd
  chgrp --silent root /etc/passwd      # anybody home? root?
fi
if [ ! -e /etc/group -a ! -L /etc/group ] ; then
  mkgroup -l -c > /etc/group
  chmod 644 /etc/group
  chgrp --silent root /etc/group       # anybody home? root?
fi

Am I missing something?

Henri


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019