View | Details | Raw Unified | Return to bug 17737 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/release/picobsd/install/crunch1/Makefile (-5 / +5 lines)
Lines 32-42 Link Here
32
install: 
32
install: 
33
	cp crunch1 /mnt/stand/crunch
33
	cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch
34
	chmod 555 /mnt/stand/crunch
34
	chmod 555 ${MFS_MOUNTPOINT}/stand/crunch
35
	for i in `crunchgen -l crunch1.conf` ; \
35
	for i in `crunchgen -l crunch1.conf` ; \
36
	do \
36
	do \
37
		ln /mnt/stand/crunch /mnt/stand/$${i}; \
37
		ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \
38
	done
38
	done
39
	rm /mnt/stand/crunch
39
	rm ${MFS_MOUNTPOINT}/stand/crunch
40
	# Install the MIB files
40
	# Install the MIB files
41
	#cp mibs/*.txt /mnt/usr/local/share/snmp/mibs/
41
	#cp mibs/*.txt ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs/
42
42
(-)/usr/src/release/picobsd/isp/PICOBSD (+4 lines)
Line 137 Link Here
137
#pseudo-device	gzip		# Exec gzipped a.out's
137
#pseudo-device	gzip		# Exec gzipped a.out's
138
139
options         COMPAT_OLDISA   #Use ISA shims and glue for old drivers
140
options         COMPAT_OLDPCI   #Use PCI shims and glue for old drivers
141

Return to bug 17737