freebsd-dev/etc/etc.ia64/rc.ia64
2001-12-11 08:21:46 +00:00

18 lines
277 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 machdep.unaligned_print=0
;;
esac
echo '.'