From: Michal Schmidt Date: Sat, 2 Jul 2011 18:41:36 +0000 (+0200) Subject: shutdown: accept minutes argument without '+' X-Git-Tag: v30~64 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1a63987788624a8819b94b199aa6748665f5e957;hp=1a63987788624a8819b94b199aa6748665f5e957;p=elogind.git shutdown: accept minutes argument without '+' Both SysVinit's and upstart's shutdown commands accept the number of minutes with or without the plus sign. 'shutdown -h 1' works in RHEL 5, Fedora 14, Debian 6. Let's be compatible. https://bugzilla.redhat.com/show_bug.cgi?id=708886 ---