delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/05/21/11:21:13

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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=F1AbTiW
U1DO1fLYI6T8PxPhNN0bB6h4/IbF2axzNIh/3ZxIjqU0e8X8ZaPTaFeE0DXzVZb5
08GlpULCRxF5u5ti4tFwf7nRvxCMTGWjiOFkLf2ibrSkJODJmEAP6BxW0VQKw7Vw
Wr72ro7DzQNNvJmiz18+x3sXpB58LJlAbuM0=
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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=iTJISY5DzPQTI
cVHapTffCIPf5A=; b=AztFpdj2pLzvqsBbERFAmxaMqRRRT4uugVxmq3yMs+ESS
GY6fYSNqzfvcYKwdipLC7EKp3ilf35gXfdPs9mFy+aSlris0nqpabsO31yvLlHbr
+8wI/yDQQyPbzPMA64vvt4Yc86LgTfEjFXk0CZ7lRcYenI5OQsJQ9W/X5UXbSQ=
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
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KHOP_DNSBL_BUMP,KHOP_THREADED,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_L3,TW_YG autolearn=ham version=3.3.1
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=unQDfT0JbXisFiE/8uRlE5CAJOTz86S3Nf/ZxJ+LiO8=; b=Be0YvPuMgBEtgVz8YhZZ2pxqg81IL9LsFNwwgF0OgjuFQsDyJJwzBDDsxupSlCpuWD KwMDKMFIYQMSD3VrkUGAhDsBe0bk/KRuFhzy8iiuJ6TIu9WtPQUXVS1+/LO9BfRSqnmS EwU8vND4bD6yXs6T//SqlD4y1HFlHBbnJp1gXjAstwoeX8So3tu1kpP5ECX36i11tkLc vpM8BDyV5WJuleVCaAoAVwZUmzWOsdNCyiP3iWa4INjSTzJPFjSjuS4B1i2Hqqkllv8p 1nkppxoeVY2vfaaEgxfjbR0JoEdv+HvxAhBuok4KiY4Lk7hg89uF1IsneC+Ay2FEugnG mpwQ==
X-Received: by 10.112.155.202 with SMTP id vy10mr1822868lbb.51.1369149646183; Tue, 21 May 2013 08:20:46 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <20130521094222.GF2406@calimero.vinschen.de>
References: <CAKf2h5QYs69d8RL647Fysji=fFCrEsg2HOMNenkjjcfd0fTJ6g AT mail DOT gmail DOT com> <20130521094222 DOT GF2406 AT calimero DOT vinschen DOT de>
From: Frank Fesevur <ffes AT users DOT sourceforge DOT net>
Date: Tue, 21 May 2013 17:20:15 +0200
Message-ID: <CAKf2h5RZz1Uxv1g_yhuqPjk04Dp8-cx5xZ0SnOYEurgf5Vfkjg@mail.gmail.com>
Subject: Re: Patch for shutdown
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>

2013/5/21 Corinna Vinschen:
> I'm a bit reluctant as of the backward compatibility breakage.  What
> if somebody uses shutdown in a script?  You know, starting a backup
> in the evening and the last action of the script is to hibernate the
> machine or something like that...

That's why I sent my email in March in the first place. But I really
think having -h for halt is better for a POSIX/Linux-like shutdown.
And "shutdown -h now" will now halt the machine instead of hibernate.
Although I understand they definitely are not the same, it won't leave
the machine turned on. It will be in a "form of off".

A proper announcement is required. The backward compatibility breakage
was the reason I thought about 2.x vs 1.x.

> Say, do you want to take over shutdown
> maintainership?  It's an easy enough package to start with, it
> builds fine on 32 and 64 bit, and you get the cygport configuration
> "for free".  What do you say?

Anything "for free" must be good ;-)

I see the cygport file is in src archive. It has been very long since
I have played with cygport.

And I have not looked at cygwin64, although I use Win7-64. I had no
real need for cygwin64 so far, so I wanted to wait for it to be
officially released. I just ran the setup64.exe found at a nearby
mirror, installed cygport and gcc/g++ and shutdown compiles under 32
and 64 bit.

So back to the question... why not take over? I will read
http://cygwin.com/setup.html thoroughly, create the new packages and
send the ITA any time soon.

You keep the sources in CVS right now. But when I take over, I assume
it is ok I put them at my github.

Regards,
Frank

--
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