[pve-devel] applied: [PATCH manager v2 00/17] clean up buildsys, postinst and legacy files
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Mar 12 15:18:46 CET 2018
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
More information about the pve-devel
mailing list