[Pkg-sysvinit-commits] r1056 - in sysvinit/branches/libata-fixes/debian: . initscripts/man
hmh at alioth.debian.org
hmh at alioth.debian.org
Sat Jun 9 14:38:30 UTC 2007
Author: hmh
Date: 2007-06-09 14:38:30 +0000 (Sat, 09 Jun 2007)
New Revision: 1056
Added:
sysvinit/branches/libata-fixes/debian/initscripts/man/halt.5
Modified:
sysvinit/branches/libata-fixes/debian/changelog
sysvinit/branches/libata-fixes/debian/rules
Log:
* Add halt(5) manpage, updated for HDDOWN. Thanks to Casper Gielen for the manpage. (Closes: #407211)
Modified: sysvinit/branches/libata-fixes/debian/changelog
===================================================================
--- sysvinit/branches/libata-fixes/debian/changelog 2007-06-09 14:27:13 UTC (rev 1055)
+++ sysvinit/branches/libata-fixes/debian/changelog 2007-06-09 14:38:30 UTC (rev 1056)
@@ -6,8 +6,10 @@
auto-shutdown
* init.d/halt, default/halt: add HDDOWN option to override initscript
halt -h logic
+ * Add halt(5) manpage, updated for HDDOWN. Thanks to Casper Gielen for
+ the manpage. (Closes: #407211)
- -- Henrique de Moraes Holschuh <hmh at debian.org> Sat, 9 Jun 2007 11:26:20 -0300
+ -- Henrique de Moraes Holschuh <hmh at debian.org> Sat, 9 Jun 2007 11:29:42 -0300
sysvinit (2.86.ds1-38) unstable; urgency=medium
Added: sysvinit/branches/libata-fixes/debian/initscripts/man/halt.5
===================================================================
--- sysvinit/branches/libata-fixes/debian/initscripts/man/halt.5 (rev 0)
+++ sysvinit/branches/libata-fixes/debian/initscripts/man/halt.5 2007-06-09 14:38:30 UTC (rev 1056)
@@ -0,0 +1,58 @@
+.TH halt 5 "16 Jan 2007" "" "File Formats"
+.SH NAME
+halt \- variables that affect the behavior of the shutdown scripts
+.SH DESCRIPTION
+The
+.I /etc/default/halt
+file contains variable settings in POSIX format:
+.IP "" .5i
+VAR=VAL
+.PP
+Only one assignment is allowed per line.
+Comments (starting with '#') are also allowed.
+
+.SH OPTIONS
+The following variables can be set.
+
+.IP \fBHALT\fP
+If set to
+.B poweroff
+the system will be powered down after it has been
+brought down. This is the default.
+.br
+If set to
+.B halt
+the system will only be halted after it has been brought
+down. What exactly this means depends on your hardware.
+
+.IP \fBNETDOWN\fB
+Setting this to
+.B no
+prevents shutdown from shutting down the network intefaces.
+This is necessary to use Wake-On-Lan.
+Setting it to
+.B yes
+causes shutdown to also bring down the network interfaces (and
+thus prevent the machine from being woken up remotely).
+
+.IP \fBHDDOWN\fB
+Setting this to
+.B NEVER
+prevents /etc/init.d/halt from issuing halt -h.
+Setting it to
+.B ALWAYS
+makes /etc/init.d/halt always issue halt -h.
+Leave it undefined to let the initscript decide by itself.
+
+.SH SEE ALSO
+.BR halt "(8), " shutdown "(8)."
+
+.SH AUTHOR
+\fBCasper Gielen\fR <\&casper at gielen.name\&>
+
+.SH "COPYRIGHT"
+This manual page is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+.PP
+This manual page is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+.PP
+You should have received a copy of the GNU General Public License along with this manual page; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111\-1307 USA
Modified: sysvinit/branches/libata-fixes/debian/rules
===================================================================
--- sysvinit/branches/libata-fixes/debian/rules 2007-06-09 14:27:13 UTC (rev 1055)
+++ sysvinit/branches/libata-fixes/debian/rules 2007-06-09 14:38:30 UTC (rev 1056)
@@ -202,6 +202,8 @@
$(tmp)/sbin/fsck.nfs
install -o root -g root -m 644 debian/initscripts/man/fsck.nfs.8 \
$(tmp)/usr/share/man/man8/fsck.nfs.8
+ install -o root -g root -m 644 debian/initscripts/man/halt.5 \
+ $(tmp)/usr/share/man/man5/halt.5
install -o root -g root -m 644 debian/initscripts/rcS.5 \
$(tmp)/usr/share/man/man5
install -o root -g root -m 755 src/mountpoint $(tmp)/bin
More information about the Pkg-sysvinit-commits
mailing list