Move login(1) to /sbin

This commit is contained in:
Mark 2020-08-01 23:40:34 +03:00
parent 2311c01e1d
commit 13c4ce7bda
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
init:1:wait:/sbin/rc default
l0:1:once:/bin/login /dev/tty0
l0:1:once:/sbin/login /dev/tty0

View File

@ -14,8 +14,7 @@ bin_zcat_LIBS=$(O)/lib/zlib/libz.a
S=$(abspath .)
O=build
BINS=$(O)/bin/login \
$(O)/bin/pager \
BINS=$(O)/bin/pager \
$(O)/bin/cat \
$(O)/bin/hexd \
$(O)/bin/uname \
@ -28,6 +27,7 @@ BINS=$(O)/bin/login \
$(O)/bin/zcat \
$(O)/bin/showkey \
$(O)/bin/com \
$(O)/sbin/login \
$(O)/sbin/mount \
$(O)/sbin/lspci \
$(O)/sbin/acpid \