Add descriptions.
This commit is contained in:
parent
1e5a6f40e5
commit
282ad4bae6
@ -3,11 +3,13 @@
|
||||
# All rights reserved. Released under the 2-clause BSD license.
|
||||
|
||||
# This script really belongs with the Linux sysvinit package
|
||||
description="Halt or reboot the host depending on sysvinit runlevel."
|
||||
|
||||
depend()
|
||||
{
|
||||
after *
|
||||
use romount
|
||||
keyword noprefix
|
||||
}
|
||||
|
||||
start()
|
||||
|
@ -2,6 +2,13 @@
|
||||
# Copyright 2007-2008 Roy Marples <roy@marples.name>
|
||||
# All rights reserved. Released under the 2-clause BSD license.
|
||||
|
||||
description="Kill all processes so we can unmount disks cleanly."
|
||||
|
||||
depend()
|
||||
{
|
||||
keyword noprefix
|
||||
}
|
||||
|
||||
start()
|
||||
{
|
||||
ebegin "Terminating remaining processes"
|
||||
|
@ -2,10 +2,12 @@
|
||||
# Copyright 2007-2008 Roy Marples <roy@marples.name>
|
||||
# All rights reserved. Released under the 2-clause BSD license.
|
||||
|
||||
description="Re-mount filesytems read-only for a clean reboot."
|
||||
|
||||
depend()
|
||||
{
|
||||
need killprocs savecache
|
||||
keywords noopenvz novserver
|
||||
keyword noprefix noopenvz novserver
|
||||
}
|
||||
|
||||
start()
|
||||
|
Loading…
Reference in New Issue
Block a user