diff options
author | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 10:23:24 +0000 |
---|---|---|
committer | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 10:23:24 +0000 |
commit | 7e8a980818320d7911c4411f049eb2532f4ea2bf (patch) | |
tree | 09b220ddba854fc76c5736b56b7bb578eb8e207c /etc/etc.alpha | |
parent | 293b5cb85ee7288a64c8f38db5da2d1c5e2e8ede (diff) |
Added definition for ipauth, a new piece for IPFilter v3.2.9
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 95fb723434b..1995dde49d8 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.35 1998/08/24 05:49:48 millert Exp $ +# $OpenBSD: MAKEDEV,v 1.36 1998/09/15 10:23:21 pattonme Exp $ # $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -407,11 +407,12 @@ random|srandom|urandom|prandom|arandom) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 35 0 mknod ipnat c 35 1 mknod ipstate c 35 2 - chown root.wheel ipl ipnat ipstate + mknod ipauth c 35 3 + chown root.wheel ipl ipnat ipstate ipauth ;; uk*) |