File: README.Debian

package info (click to toggle)
rust-sudo-rs 0.2.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,768 kB
  • sloc: sh: 160; makefile: 31; ansic: 1
file content (12 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Because /usr/bin/{su,sudo,visudo} already exist, we are installing them into
/usr/lib/cargo/bin/ and creating symlinks from these files to:
/usr/bin/su-rs
/usr/bin/sudo-rs
/usr/bin/visudo-rs

export PATH=/usr/lib/cargo/bin/:$PATH
will pick these programs instead of the regular one

Once sudo-rs is more stable, we might replace the original one.

 -- Sylvestre Ledru <sylvestre@debian.org>, Fri, 15 Sep 2023 09:12:04 +0200