From 5802a33291fa2943ca17acdaafbd61da11cbb440 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Tue, 29 Jan 2002 19:01:27 +0000 Subject: trap 2, 3 in stage 1 on *bsd. --- etc/freebsd/1 | 2 ++ etc/openbsd/1 | 2 ++ 2 files changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/freebsd/1 b/etc/freebsd/1 index f6a2180..22428d0 100755 --- a/etc/freebsd/1 +++ b/etc/freebsd/1 @@ -1,5 +1,7 @@ #!/bin/sh # system one time tasks +trap : 2 +trap : 3 /bin/sh /etc/rc autoboot && exit 0 diff --git a/etc/openbsd/1 b/etc/openbsd/1 index 2a8a220..b1bc888 100755 --- a/etc/openbsd/1 +++ b/etc/openbsd/1 @@ -1,5 +1,7 @@ #!/bin/sh # system one time tasks +trap : 2 +trap : 3 /bin/sh /etc/rc autoboot && exit 0 -- cgit 1.4.1