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:
Greg Lehey 1999-12-20 02:16:55 +00:00
parent bc702a4474
commit 301cc81ed3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54867
2 changed files with 5 additions and 5 deletions

View file

@ -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; )

View file

@ -23,7 +23,7 @@
..
root
..
stand
sbin
..
start_floppy
..