From b15a5a165339d99f4dd696f22eb53227671e1b7c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 30 May 2001 02:12:57 +0000 Subject: Remove ipf. Darren Reed has interpreted his (old, new, whichever) licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope). --- etc/etc.mac68k/MAKEDEV | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'etc/etc.mac68k') diff --git a/etc/etc.mac68k/MAKEDEV b/etc/etc.mac68k/MAKEDEV index d27a0a8fd58..4567d5816e6 100644 --- a/etc/etc.mac68k/MAKEDEV +++ b/etc/etc.mac68k/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.31 2000/03/22 07:34:29 niklas Exp $ +# $OpenBSD: MAKEDEV,v 1.32 2001/05/30 02:11:19 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -139,7 +139,6 @@ all) sh $this adb asc0 grf0 grf1 grf2 grf3 ttye0 sh $this tty00 tty01 pty0 sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 - sh $this ipl sh $this tun0 tun1 tun2 tun3 sh $this lkm sh $this random @@ -422,15 +421,6 @@ bpf*) chown root.wheel bpf${unit} ;; -ipl) - rm -f ipl ipnat ipstate ipauth - mknod ipl c 35 0 - mknod ipnat c 35 1 - mknod ipstate c 35 2 - mknod ipauth c 35 3 - chown root.wheel ipl ipnat ipstate ipauth - ;; - tun*) unit=`expr $i : 'tun\(.*\)'` rm -f tun$unit -- cgit v1.2.3