summaryrefslogtreecommitdiffstats
path: root/etc/etc.ia64
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-05-02 05:27:35 +0000
committerdougb <dougb@FreeBSD.org>2003-05-02 05:27:35 +0000
commitf30c2be11fd392aa4839da69c2fdb02378de5128 (patch)
tree5cf20dabe73b1b28170c4ad3440357817b0526be /etc/etc.ia64
parent47865226a5bd7d8a045e552f7a19507a92e7bf41 (diff)
downloadFreeBSD-src-f30c2be11fd392aa4839da69c2fdb02378de5128.zip
FreeBSD-src-f30c2be11fd392aa4839da69c2fdb02378de5128.tar.gz
Per previous announcement, remove the old version of the rc system.
All functionality from the previous system has been preserved, and users should still customize their system boot with the familiar methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc. Users who have customized versions of scripts that have been removed should take great care when upgrading, since the compatibility code that used those old scripts has also been removed.
Diffstat (limited to 'etc/etc.ia64')
-rw-r--r--etc/etc.ia64/rc.ia6417
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/etc.ia64/rc.ia64 b/etc/etc.ia64/rc.ia64
deleted file mode 100644
index ecde18e..0000000
--- a/etc/etc.ia64/rc.ia64
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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 '.'
OpenPOWER on IntegriCloud