freebsd-dev/etc/etc.ia64/rc.ia64

18 lines
277 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])
2001-12-11 08:21:46 +00:00
sysctl machdep.unaligned_print=0
2001-10-06 12:55:50 +00:00
;;
esac
echo '.'