This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: ntsec patch for setup


Will do this ASAP (can't do it remotely atm :(

Should be Saturday or Sunday morning at the latest.

BTW, this script doesn't add any domain users...

J.

> -----Original Message-----
> From: Pierre A. Humblet [mailto:Pierre dot Humblet at ieee dot org]
> Sent: 28 February 2003 14:46
> To: Morrison, John
> Cc: 'cygwin-apps at cygwin dot com'
> Subject: Re: ntsec patch for setup
> 
> 
> "Morrison, John" wrote:
> >
> > If you send me the required updates I'll host a new 
> package.  I don't
> > have time to do more :(
> >
> 
> This can be uploaded immediately, independently of everything else.
> 
> Pierre
> 
> 
> #!/bin/sh
> 
> if [ ! -e /etc/passwd -a ! -L /etc/passwd ] ; then
>   /bin/mkpasswd -l -c > /etc/passwd
> fi
> 
> if [ ! -e /etc/group -a ! -L /etc/group ] ; then
>   /bin/mkgroup -l -c > /etc/group
> fi
> 


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]