commit 1a79cba92536801fc4226c30fb1b929eb6767640
parent b6c38414785056cd609f2c0e796a347c5fd70ce6
Author: Gerrit Pape <pape@smarden.org>
Date: Tue, 29 Jan 2002 19:01:27 +0000
trap 2, 3 in stage 1 on *bsd.
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git 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
@@ -1,5 +1,7 @@
#!/bin/sh
# system one time tasks
+trap : 2
+trap : 3
/bin/sh /etc/rc autoboot && exit 0