#1105907 getty-run: Package should depends on psmisc instead of only recommending it

#1105907#5
Date:
2025-05-17 02:13:36 UTC
From:
To:
Dear Maintainer,

After upgrading from 2.2.0-2 to 2.2.0-3, I noticed

  $ ps -HAf | grep [r]unsvdir
  root      1738     1  0 10:24 ?        00:00:00   runsvdir -P /etc/service log: run: 21: fuser: not found /etc/sv/getty-ttyS0/run: 21: fuser: not found /etc/sv/getty-ttyS0/run: 21: fuser: not found /etc/sv/getty-ttyS0/run: 21: fuser: not found /etc/sv/getty-ttyS0/run: 21: fuser: not found /etc/sv/getty-ttyS0/run: 21: fuser: not found ./etc/sv/getty-ttyS0/run: 21: fuser: not found /etc/sv/getty-ttyS0/run: 21: fuser: not found /etc/sv/getty-ttyS0/run: 21: fuser: not found

This comes about because I do not install recommended packages,
meaning I had to manually install psmisc to fix this.

Seeing that the /etc/sv/getty-*/run script now use fuser, I think the
dependency on psmisc should be bumped from a Recommends: to a
Depends:.