Import Debian changes 1.21+ds-1
hd-idle (1.21+ds-1) unstable; urgency=medium
.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Set debhelper-compat version in Build-Depends.
* Update standards version to 4.4.1, no changes needed.
.
[ Alexandre Mestiashvili ]
* d/watch, track new upstream
* d/copyright:
+ new upstream source
+ switch to GPL-3+
+ add upstream to debian/* section
* New upstream version 1.21+ds, Closes: #1026327
* d/control
+ update build deps
+ update Homepage and Description
+ Rules-Requires-Root: no
+ bump Policy to 4.6.2
+ introduce XS-Go-Import-Path and Built-Using headers
* d/rules, new build rules
* d/docs, install only README.md
* d/NEWS, new codebase
* add d/lintian-overrides, hd-idle is statically linked
This commit is contained in:
35
debian/hd-idle.default
vendored
35
debian/hd-idle.default
vendored
@@ -1,15 +1,7 @@
|
||||
# defaults file for hd-idle
|
||||
|
||||
## Debian specific defaults for hd-idle
|
||||
# In order to make init.d script and systemd service consistent, hd-idle
|
||||
# defaults file supports only one option - HD_IDLE_OPTS.
|
||||
|
||||
# Don't start hd-idle by defaulit. By specifying "-h" in HD_IDEL_OPTS,
|
||||
# hd-idle daemon will print usage and successfully exit both for systemd
|
||||
# and systemv scripts
|
||||
# properly update HD_IDLE_OPTS in order to star hd-idle
|
||||
|
||||
HD_IDLE_OPTS="-h"
|
||||
# start hd-idle automatically?
|
||||
START_HD_IDLE=false
|
||||
|
||||
# hd-idle command line options
|
||||
# Options are:
|
||||
@@ -20,6 +12,20 @@ HD_IDLE_OPTS="-h"
|
||||
# parameter. This can also be a symlink
|
||||
# (e.g. /dev/disk/by-uuid/...)
|
||||
# -i <idle_time> Idle time in seconds.
|
||||
# -c <command_type> Api call to stop the device. Possible values are "scsi"
|
||||
# (default value) and "ata".
|
||||
# -p <power_condition>
|
||||
# Power condition to send with the issued SCSI START STOP UNIT command. Possible values
|
||||
# are `0-15` (inclusive). The default value of `0` works fine for disks accessible via the
|
||||
# SCSI layer (USB, IEEE1394, ...), but it will *NOT* work as intended with real SCSI / SAS disks.
|
||||
# A stopped SAS disk will not start up automatically on access, but requires a startup command for reactivation.
|
||||
# Useful values for SAS disks are `2` for idle and `3` for standby.
|
||||
# -s symlink_policy Set the policy to resolve symlinks for devices.
|
||||
# If set to "0", symlinks are resolve only on start.
|
||||
# If set to "1", symlinks are also resolved on runtime
|
||||
# until success. By default symlinks are only resolve on start.
|
||||
# If the symlink doesn't resolve to a device, the default
|
||||
# configuration will be applied.
|
||||
# -l <logfile> Name of logfile (written only after a disk has spun
|
||||
# up). Please note that this option might cause the
|
||||
# disk which holds the logfile to spin up just because
|
||||
@@ -29,9 +35,8 @@ HD_IDLE_OPTS="-h"
|
||||
# this option should not cause any additional spinups.
|
||||
#
|
||||
# Options not exactly useful here:
|
||||
# -t <disk> Spin-down the specfified disk immediately and exit.
|
||||
# -d Debug mode. This will prevent hd-idle from
|
||||
# becoming a daemon and print debugging info to
|
||||
# stdout/stderr
|
||||
# -t <disk> Spin-down the specified disk immediately and exit.
|
||||
# -d Debug mode. It will print debugging info to
|
||||
# stdout/stderr (/var/log/syslog if started as with systemctl)
|
||||
# -h Print usage information.
|
||||
#HD_IDLE_OPTS="-i 180 -l /var/log/hd-idle.log"
|
||||
#HD_IDLE_OPTS="-i 180 -l /var/log/hd-idle.log"
|
||||
Reference in New Issue
Block a user