refactor: move /bin/rc -> /bin/rcrypt

This commit is contained in:
Mark Poliakov 2024-11-01 15:32:49 +02:00
parent ae5aae7fb4
commit ce2de4bf9d

View File

@ -53,7 +53,7 @@ const PROGRAMS: &[(&str, &str)] = &[
("rsh", "bin/rsh"),
("rshd", "sbin/rshd"),
// crypt
("crypt", "bin/rc"),
("crypt", "bin/crypt"),
// ("dyn-loader", "libexec/dyn-loader"),
];