freebsd-dev/etc/etc.ia64/rc.ia64
2001-10-06 12:55:50 +00:00

18 lines
280 B
Bash

#!/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 '.'