From 301cc81ed3d242d08d1028e7216fd8d0e63aadb0 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Mon, 20 Dec 1999 02:16:55 +0000 Subject: [PATCH] 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. --- release/picobsd/custom/Makefile.mfs | 8 ++++---- release/picobsd/custom/mfs.mtree | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release/picobsd/custom/Makefile.mfs b/release/picobsd/custom/Makefile.mfs index a02529e6726a..5e3dbd60c333 100644 --- a/release/picobsd/custom/Makefile.mfs +++ b/release/picobsd/custom/Makefile.mfs @@ -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; ) diff --git a/release/picobsd/custom/mfs.mtree b/release/picobsd/custom/mfs.mtree index 031638f2d3f9..a262f4ec35a9 100644 --- a/release/picobsd/custom/mfs.mtree +++ b/release/picobsd/custom/mfs.mtree @@ -23,7 +23,7 @@ .. root .. - stand + sbin .. start_floppy ..