Move login(1) to /sbin
This commit is contained in:
parent
2311c01e1d
commit
13c4ce7bda
@ -2,4 +2,4 @@
|
||||
|
||||
init:1:wait:/sbin/rc default
|
||||
|
||||
l0:1:once:/bin/login /dev/tty0
|
||||
l0:1:once:/sbin/login /dev/tty0
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user