diff options
author | 2004-07-01 23:19:27 +0000 | |
---|---|---|
committer | 2004-07-01 23:19:27 +0000 | |
commit | f236097b8e8b41cc34ff16da625d545b6a3ebc33 (patch) | |
tree | 2ff3c1fe483e3ae75be55be3f34b3e3373e6bf45 | |
parent | does not need ialloc.c; millert@ ok (diff) | |
download | wireguard-openbsd-f236097b8e8b41cc34ff16da625d545b6a3ebc33.tar.xz wireguard-openbsd-f236097b8e8b41cc34ff16da625d545b6a3ebc33.zip |
add two commented out vars to set
-rw-r--r-- | etc/etc.hppa/sysctl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/etc.hppa/sysctl.conf b/etc/etc.hppa/sysctl.conf index e69de29bb2d..2ed7ae6a7bd 100644 --- a/etc/etc.hppa/sysctl.conf +++ b/etc/etc.hppa/sysctl.conf @@ -0,0 +1,2 @@ +#kern.emul.hpux=1 # enable running HP/UX binaries +#kern.emul.linux=1 # enable running Linux binaries |