summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-10-29 21:36:55 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-10-29 21:36:55 +0200
commit3388ab4b54145d52fd872adce83742ee2f6094d7 (patch)
tree5bcfec1ed4189af4cfe30125ce74336bf9948a1b
parent2f47c1494f2939cfe4e99f1607deb35bc34e591e (diff)
New debian/README.Debian
-rw-r--r--debian/README.Debian12
-rw-r--r--debian/changelog2
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..9db9445
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,12 @@
+ Since the config file /etc/default/ipmitool is removed you can
+ change the start parameter on systemd systems by running
+
+ systemctl edit ipmievd
+
+ as root.
+
+ On SysV system you may edit
+
+ /etc/init.d/ipmievd
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sat, 10 Sep 2022 15:35:32 +0200 \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 3293358..7e8fbc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ ipmitool (1.8.19-1) UNRELEASED; urgency=medium
- Add year 2022 to myself.
* New debian/patches/0105-sensor_reading.patch (Closes: #983082):
- Fix sensor reading for non-analog sensors.
+ * New debian/README.Debian with the explanation how to change the
+ start parameters (Closes: #1002013).
-- Jörg Frings-Fürst <debian@jff.email> Sat, 10 Sep 2022 15:35:32 +0200