summaryrefslogtreecommitdiffstats
path: root/etc/etc.ia64/rc.ia64
blob: 1b2991df1a3493c07b09630f96b3d57e426283e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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 '.'
OpenPOWER on IntegriCloud