From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9578 invoked by alias); 21 Mar 2013 11:58:01 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 9553 invoked by uid 9078); 21 Mar 2013 11:58:01 -0000 Message-ID: <20130321115801.9550.qmail@sourceware.org> From: corinna@sourceware.org Date: Thu, 21 Mar 2013 11:58:00 -0000 To: cygwin-apps-cvs@sourceware.org Subject: shutdown Makefile shutdown.c reboot.8 shutdown.8 User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q1/txt/msg00028.txt.bz2 CVSROOT: /cvs/cygwin-apps Module name: shutdown Changes by: corinna@sourceware.org 2013-03-21 11:58:01 Modified files: . : Makefile shutdown.c Added files: . : reboot.8 shutdown.8 Log message: 2013-03-21 Frank Fesevur <...> * The aliases now act like their Linux equivalents. They have their own command line parsing. It is no long possible to do something like "hibernate --reboot 18:30". And up till now the time was required for the aliases, just like the shutdown command. Now the aliases don't allow a time on the command line. * Added aliases for halt and poweroff. * The aliases have their own --help text. * Added basic shutdown.8 and reboot.8 man pages. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/shutdown/reboot.8.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/shutdown/shutdown.8.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/shutdown/Makefile.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/shutdown/shutdown.c.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3