[Pkg-sysvinit-devel] Bug#206471: marked as done (/sbin/halt: add --help)

Debian Bug Tracking System owner at bugs.debian.org
Thu Nov 24 19:33:08 UTC 2005


Your message dated Thu, 24 Nov 2005 21:19:23 +0100
with message-id <4386204B.5020106 at yahoo.co.uk>
and subject line This was fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Aug 2003 22:37:12 +0000
>From jidanni at jidanni.org Wed Aug 20 17:37:09 2003
Return-path: <jidanni at jidanni.org>
Received: from smtp2.apol.com.tw [203.79.224.63] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19pbZk-0006E3-00; Wed, 20 Aug 2003 17:37:09 -0500
Received: from jidanni.org (TC218-187-83-232.2-7.pl.apol.com.tw [218.187.83.232])
	by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id GAA38963843
	for <submit at bugs.debian.org>; Thu, 21 Aug 2003 06:37:06 +0800 (CST)
Received: from jidanni by jidanni.org with local (Exim 4.20)
	id 19pKTE-0001Ap-Ic
	for submit at bugs.debian.org; Wed, 20 Aug 2003 12:21:16 +0800
From: Dan Jacobson <jidanni at jidanni.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: /sbin/halt: add --help
X-Mailer: reportbug 2.22
Date: Wed, 20 Aug 2003 08:08:08 +0800
Message-Id: <E19pGWG-0001p2-QX at debian>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: submit at bugs.debian.org
X-Spam-Status: No, hits=-7.7 required=4.0
	tests=BAYES_10,DATE_IN_PAST_03_06,HAS_PACKAGE,USER_AGENT_GNUS_UA
	version=2.53-bugs.debian.org_2003_8_17
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_17 (1.174.2.15-2003-03-30-exp)

Package: sysvinit
Version: 2.85-7
Severity: wishlist
File: /sbin/halt

Because the man pages may not be mounted at the time, it would be best
if commands like reboot would say a little more about their options than
# reboot -?
usage: reboot [-n] [-w] [-d] [-f] [-i] [-p]
# reboot --help
usage: reboot [-n] [-w] [-d] [-f] [-i] [-p]



---------------------------------------
Received: (at 206471-done) by bugs.debian.org; 24 Nov 2005 19:20:02 +0000
>From jdthood at yahoo.co.uk Thu Nov 24 11:20:02 2005
Return-path: <jdthood at yahoo.co.uk>
Received: from mailservice.tudelft.nl ([130.161.131.5])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EfMdW-0002xM-0t
	for 206471-done at bugs.debian.org; Thu, 24 Nov 2005 11:20:02 -0800
Received: from localhost (localhost [127.0.0.1])
	by rav.antivirus (Postfix) with ESMTP id 42E7422F994
	for <206471-done at bugs.debian.org>; Thu, 24 Nov 2005 20:19:31 +0100 (CET)
Received: from snurk.tiscali.nl (x100.decis.nl [130.161.177.100])
	by mx1.tudelft.nl (Postfix) with ESMTP id EAD2122F991
	for <206471-done at bugs.debian.org>; Thu, 24 Nov 2005 20:19:30 +0100 (CET)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	by snurk.tiscali.nl (Postfix) with ESMTP id E17703FF23
	for <206471-done at bugs.debian.org>; Thu, 24 Nov 2005 21:19:23 +0100 (CET)
Message-ID: <4386204B.5020106 at yahoo.co.uk>
Date: Thu, 24 Nov 2005 21:19:23 +0100
From: Thomas Hood <jdthood at yahoo.co.uk>
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: 206471-done at bugs.debian.org
Subject: This was fixed
X-Enigmail-Version: 0.92.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at tudelft.nl
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02

This was fixed.

$ halt --help
Password:
usage: halt [-n] [-w] [-d] [-f] [-h] [-i] [-p]
        -n: don't sync before halting the system
        -w: only write a wtmp reboot record and exit.
        -d: don't write a wtmp record.
        -f: force halt/reboot, don't call shutdown.
        -h: put harddisks in standby mode.
        -i: shut down all network interfaces.
        -p: power down the system (if possible, otherwise halt).
$ reboot --help
usage: reboot [-n] [-w] [-d] [-f] [-h] [-i]
        -n: don't sync before halting the system
        -w: only write a wtmp reboot record and exit.
        -d: don't write a wtmp record.
        -f: force halt/reboot, don't call shutdown.
        -h: put harddisks in standby mode.
        -i: shut down all network interfaces.



More information about the Pkg-sysvinit-devel mailing list