freebsd-nq/etc/etc.ia64/rc.ia64

18 lines
280 B
Plaintext
Raw Normal View History

2001-10-06 12:55:50 +00:00
#!/bin/sh -
#
# $FreeBSD$
# Do ia64 specific processing
#
echo -n 'Initial rc.ia64 initialization:'
# knob for wether or not we should print out unaligned access warnings
#
case ${unaligned_print} in
[Nn][Oo])
sysctl -w machdep.unaligned_print=0
;;
esac
echo '.'