diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-30 02:12:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-30 02:12:57 +0000 |
commit | b15a5a165339d99f4dd696f22eb53227671e1b7c (patch) | |
tree | df0e361f461c1f4de76c81e5b9dc791ba6768ec8 /etc/etc.vax | |
parent | d818215253f2f1d16376a6482ac14c27f16520a1 (diff) |
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).
Diffstat (limited to 'etc/etc.vax')
-rw-r--r-- | etc/etc.vax/MAKEDEV | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV index e18974983d4..9b705f1ac7a 100644 --- a/etc/etc.vax/MAKEDEV +++ b/etc/etc.vax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.27 2001/04/01 20:14:40 hugh Exp $ +# $OpenBSD: MAKEDEV,v 1.28 2001/05/30 02:11:27 deraadt Exp $ # $NetBSD: MAKEDEV,v 1.30 2000/01/21 12:28:29 tsutsui Exp $ # # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 @@ -92,7 +92,7 @@ ramdisk) std) rm -f console drum floppy crl csa1 csa2 tu0 tu1 g0 g1 g2 g3 rm -f kUmem kmem mem null zero tty klog ttyg[0-3] - rm -f stdin stdout stderr ksyms ipl ipnat ipstate ipauth + rm -f stdin stdout stderr ksyms mknod console c 0 0 mknod ttyg0 c 25 0 mknod ttyg1 c 25 1 @@ -115,11 +115,7 @@ std) mknod stdin c 53 0 ; chmod 666 stdin mknod stdout c 53 1 ; chmod 666 stdout mknod stderr c 53 2 ; chmod 666 stderr - mknod ipl c 42 0 ; chmod 600 ipl mknod ksyms c 50 0 ; chmod 640 ksyms ; chown root.kmem ksyms - mknod ipnat c 42 1 ; chmod 600 ipnat - mknod ipstate c 42 2 ; chmod 600 ipstate - mknod ipauth c 42 3 ; chmod 600 ipauth ;; fd) |