Install the crunched binaries into /sbin, not /stand. This was
originally done to track down yet another case of lost init, and is not strictly necessary, but it seems more logical to have binaries in /sbin than in /stand. Previously /sbin and /bin were symlinks to /stand. Now /bin and /stand are symlinks to /sbin.
This commit is contained in:
parent
b8a9fdaa2b
commit
5cdd5a30ef
@ -4,7 +4,7 @@
|
||||
|
||||
DESTDIR?=${MFS_MOUNTPOINT}
|
||||
|
||||
STAND_LINKS= bin sbin
|
||||
SBIN_LINKS= bin stand
|
||||
USR_LINKS= bin sbin libexec
|
||||
PL_LOCALE_LINKS= pl polish
|
||||
MY_DEVS= std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0 ttyd0 cuaa0 wd1 wd2 wd3 bpf0 bpf1 sa0 sa1
|
||||
@ -18,16 +18,16 @@ tree:
|
||||
links: tree
|
||||
@echo "--- making links"
|
||||
(cd ${DESTDIR}; \
|
||||
for i in ${STAND_LINKS}; \
|
||||
for i in ${SBIN_LINKS}; \
|
||||
do \
|
||||
ln -s /stand $${i}; \
|
||||
ln -s /sbin $${i}; \
|
||||
done; \
|
||||
cd var/run; \
|
||||
ln -s /dev/null log; \
|
||||
cd ../../usr; \
|
||||
for i in ${USR_LINKS}; \
|
||||
do \
|
||||
ln -s /stand $${i}; \
|
||||
ln -s /sbin $${i}; \
|
||||
done; \
|
||||
cd share/misc;\
|
||||
ln -s /etc/termcap termcap; )
|
||||
|
@ -23,7 +23,7 @@
|
||||
..
|
||||
root
|
||||
..
|
||||
stand
|
||||
sbin
|
||||
..
|
||||
start_floppy
|
||||
..
|
||||
|
Loading…
x
Reference in New Issue
Block a user