with the following type fixes folded directly in the two affected commits:

diff --git a/debian/postinst b/debian/postinst
index 82b569e6..62ea8903 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -33,10 +33,10 @@ case "$1" in
     mkdir /etc/pve 2>/dev/null || true
 
     if dpkg --compare-versions "$2" '<=' '5.1-47'; then
-       # remove cron update job, superseeded by systemd timer
+       # remove cron update job, superseded by systemd timer
        rm -f /etc/cron.d/pveupdate
 
-       # remove old/usused init.d files
+       # remove old/unused init.d files
        OLD_INITD_FILES="pvebanner pvenetcommit pve-manager pvedaemon pveproxy 
pvestatd spiceproxy"
        for f in ${OLD_INITD_FILES}; do rm -f "/etc/init.d/$f"; done
     fi

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to