FS#66783 - [systemd-sysvcompat] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by Amin Vakil (aminvakil) - Tuesday, 26 May 2020, 09:27 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 26 May 2020, 09:57 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Shouldn't /usr/bin/{reboot,shutdown, etc.} be /usr/sbin/{reboot,shutdown, etc.}?

I've found this in line 279 of systemd PKGBUILD which is:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/systemd

for tool in runlevel reboot shutdown poweroff halt telinit; do
ln -s systemctl "$pkgdir"/usr/bin/$tool
done

Why this hasn't been /usr/sbin/$tool ?

Additional info:
* systemd-sysvcompat 245.5-2
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 26 May 2020, 09:57 GMT
Reason for closing:  Not a bug
Additional comments about closing:  /usr/sbin is a symlink

Loading...