main/busybox-initscripts: fix typo in post-install script

This commit is contained in:
Jan Sarenik 2018-03-02 12:18:08 +01:00 committed by Jakub Jirutka
parent 5c9edd7d67
commit ea14afc969

View File

@ -40,7 +40,7 @@ rename_service keymaps loadkmap && cat 1>&2 <<-EOF
* *
* The OpenRC keymaps service was renamed to loadkmap. You might want * The OpenRC keymaps service was renamed to loadkmap. You might want
* to rename your previous configuration file /etc/conf.d/keymaps to * to rename your previous configuration file /etc/conf.d/keymaps to
* /etc/conf.d/loadkamp. Also make sure that /etc/init.d/keymaps was * /etc/conf.d/loadkmap. Also make sure that /etc/init.d/keymaps was
* removed and remove it manually if it wasn't. * removed and remove it manually if it wasn't.
* *
EOF EOF