summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-12-20 02:10:16 +0000
committergrog <grog@FreeBSD.org>1999-12-20 02:10:16 +0000
commitfae25755f62bef8a932ce6ce8c1c1b342b43d16f (patch)
tree21a529d0476e823908dcbbf9d6ec9e16fe289cdf /release
parent6855e801ec10a0d406c9ee954ffb6149399f9579 (diff)
downloadFreeBSD-src-fae25755f62bef8a932ce6ce8c1c1b342b43d16f.zip
FreeBSD-src-fae25755f62bef8a932ce6ce8c1c1b342b43d16f.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/crunch1/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/custom/crunch1/Makefile b/release/picobsd/custom/crunch1/Makefile
index fa94474..c0609d9 100644
--- a/release/picobsd/custom/crunch1/Makefile
+++ b/release/picobsd/custom/crunch1/Makefile
@@ -23,14 +23,14 @@ clean:
*.gz
install:
- rm -f ${MFS_MOUNTPOINT}/stand/*
- cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch
- chmod 555 ${MFS_MOUNTPOINT}/stand/crunch
+ rm -f ${MFS_MOUNTPOINT}/sbin/*
+ cp crunch1 ${MFS_MOUNTPOINT}/sbin/crunch
+ chmod 555 ${MFS_MOUNTPOINT}/sbin/crunch
for i in `crunchgen -l crunch1.conf` ; \
do \
- ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \
+ ln ${MFS_MOUNTPOINT}/sbin/crunch ${MFS_MOUNTPOINT}/sbin/$${i}; \
done
- rm ${MFS_MOUNTPOINT}/stand/crunch
+ rm ${MFS_MOUNTPOINT}/sbin/crunch
# Install the MIB files
#cp mibs/*.txt ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs/
OpenPOWER on IntegriCloud