summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-12-20 02:16:55 +0000
committergrog <grog@FreeBSD.org>1999-12-20 02:16:55 +0000
commit5cdd5a30efbbffe0b64347e477f0f7a15633f7cc (patch)
treed36f8cdc06e23110529a00869829d1b6be430071 /release
parentb8a9fdaa2ba90ec95af33a881ad25a6b816c57e7 (diff)
downloadFreeBSD-src-5cdd5a30efbbffe0b64347e477f0f7a15633f7cc.zip
FreeBSD-src-5cdd5a30efbbffe0b64347e477f0f7a15633f7cc.tar.gz
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.
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/custom/Makefile.mfs8
-rw-r--r--release/picobsd/custom/mfs.mtree2
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/custom/Makefile.mfs b/release/picobsd/custom/Makefile.mfs
index a02529e..5e3dbd6 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 031638f..a262f4e 100644
--- a/release/picobsd/custom/mfs.mtree
+++ b/release/picobsd/custom/mfs.mtree
@@ -23,7 +23,7 @@
..
root
..
- stand
+ sbin
..
start_floppy
..
OpenPOWER on IntegriCloud