|
Lines 4-6
Link Here
|
| 4 |
SRC?=/usr/src |
4 |
SRC?=/usr/src |
| 5 |
CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT |
5 |
CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC |
| 6 |
|
6 |
|
|
Lines 31-42
Link Here
|
| 31 |
install: |
31 |
install: |
| 32 |
cp crunch1 /mnt/stand/crunch |
32 |
cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch |
| 33 |
chmod 555 /mnt/stand/crunch |
33 |
chmod 555 ${MFS_MOUNTPOINT}/stand/crunch |
| 34 |
for i in `crunchgen -l crunch1.conf` ; \ |
34 |
for i in `crunchgen -l crunch1.conf` ; \ |
| 35 |
do \ |
35 |
do \ |
| 36 |
ln /mnt/stand/crunch /mnt/stand/$${i}; \ |
36 |
ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \ |
| 37 |
done |
37 |
done |
| 38 |
rm /mnt/stand/crunch |
38 |
rm ${MFS_MOUNTPOINT}/stand/crunch |
| 39 |
# Install the MIB files |
39 |
# Install the MIB files |
| 40 |
#mkdir -p /mnt/usr/local/share/snmp/mibs |
40 |
#mkdir -p ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs |
| 41 |
#cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/ |
41 |
#cp ../../net/crunch1/mibs/*.txt ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs/ |
| 42 |
|
42 |
|