diff options
author | 2010-08-18 21:02:42 +0000 | |
---|---|---|
committer | 2010-08-18 21:02:42 +0000 | |
commit | 3b7a70f7d1e84ef25f4df2dcec7c004fd2bdb141 (patch) | |
tree | 7e3e32c805467fa5369f0ceac0fb464d5ad01bc3 | |
parent | - remove COMPAT_LINUX bits. these architectures are not targetted by the (diff) | |
download | wireguard-openbsd-3b7a70f7d1e84ef25f4df2dcec7c004fd2bdb141.tar.xz wireguard-openbsd-3b7a70f7d1e84ef25f4df2dcec7c004fd2bdb141.zip |
- remove linux emulation bits here too
- sync hppa64 sysctl.conf with hppa while here
ok miod@
-rw-r--r-- | etc/etc.hppa/sysctl.conf | 1 | ||||
-rw-r--r-- | etc/etc.hppa64/sysctl.conf | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.hppa/sysctl.conf b/etc/etc.hppa/sysctl.conf index 30bf4367da7..49111d23441 100644 --- a/etc/etc.hppa/sysctl.conf +++ b/etc/etc.hppa/sysctl.conf @@ -1,2 +1 @@ #machdep.led_blink=1 # 1=make led(s) blink -#kern.emul.linux=1 # enable running Linux binaries diff --git a/etc/etc.hppa64/sysctl.conf b/etc/etc.hppa64/sysctl.conf index 2af01f8f6dc..49111d23441 100644 --- a/etc/etc.hppa64/sysctl.conf +++ b/etc/etc.hppa64/sysctl.conf @@ -1 +1 @@ -#kern.emul.linux=1 # enable running Linux binaries +#machdep.led_blink=1 # 1=make led(s) blink |