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
+1 -1
View File
@@ -2,4 +2,4 @@
init:1:wait:/sbin/rc default init:1:wait:/sbin/rc default
l0:1:once:/bin/login /dev/tty0 l0:1:once:/sbin/login /dev/tty0
+2 -2
View File
@@ -14,8 +14,7 @@ bin_zcat_LIBS=$(O)/lib/zlib/libz.a
S=$(abspath .) S=$(abspath .)
O=build O=build
BINS=$(O)/bin/login \ BINS=$(O)/bin/pager \
$(O)/bin/pager \
$(O)/bin/cat \ $(O)/bin/cat \
$(O)/bin/hexd \ $(O)/bin/hexd \
$(O)/bin/uname \ $(O)/bin/uname \
@@ -28,6 +27,7 @@ BINS=$(O)/bin/login \
$(O)/bin/zcat \ $(O)/bin/zcat \
$(O)/bin/showkey \ $(O)/bin/showkey \
$(O)/bin/com \ $(O)/bin/com \
$(O)/sbin/login \
$(O)/sbin/mount \ $(O)/sbin/mount \
$(O)/sbin/lspci \ $(O)/sbin/lspci \
$(O)/sbin/acpid \ $(O)/sbin/acpid \