summaryrefslogtreecommitdiffstats
path: root/install/sleep
blob: f7f82bd492b9233cb23102891a2b727591b81c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim:set ft=sh:

install ()
{
    MODULES=""
    BINARIES=""
    FILES=""
    SCRIPT="sleep"
}

help ()
{
cat <<HELPEOF
  This hook causes the init process to interrupt
  for a fixed time interval. The time in seconds
  can be specified in the sleeptime= command line
  parameter. The default is 5 seconds.
HELPEOF
}