diff options
author | 1997-05-08 06:43:31 +0000 | |
---|---|---|
committer | 1997-05-08 06:43:31 +0000 | |
commit | e8e487924d9c208840800f03d9a0d732fc05fff9 (patch) | |
tree | 275e209a2db7d2488ed97a8bd325d28fd9fb81fe | |
parent | Add slip support back in (diff) | |
download | wireguard-openbsd-e8e487924d9c208840800f03d9a0d732fc05fff9.tar.xz wireguard-openbsd-e8e487924d9c208840800f03d9a0d732fc05fff9.zip |
link halt to reboot
-rw-r--r-- | distrib/alpha/ramdisk/raminst.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/raminst.conf b/distrib/alpha/ramdisk/raminst.conf index 63d52b23dd3..4e2e3120ac7 100644 --- a/distrib/alpha/ramdisk/raminst.conf +++ b/distrib/alpha/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.2 1997/05/07 16:23:05 niklas Exp $ +# $OpenBSD: raminst.conf,v 1.3 1997/05/08 06:43:31 millert Exp $ # # ram.conf - unified binary for the RAM disk # @@ -24,5 +24,6 @@ ln mount_ffs ffs ln newfs mount_mfs ln grep egrep ln less more +ln reboot halt libs -ledit -lutil -ltermcap -lm -lz |