From f30c2be11fd392aa4839da69c2fdb02378de5128 Mon Sep 17 00:00:00 2001 From: dougb Date: Fri, 2 May 2003 05:27:35 +0000 Subject: 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. --- etc/etc.ia64/rc.ia64 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 etc/etc.ia64/rc.ia64 (limited to 'etc/etc.ia64') 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 '.' -- cgit v1.1