mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Should be sysctl -n. Yesterday wasn't one of my better days. Doh.
Reported by: Ben Smithurst & Makoto Matsushita
This commit is contained in:
parent
e4a8d41703
commit
62bf5779e7
1 changed files with 2 additions and 2 deletions
4
etc/rc
4
etc/rc
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $Id: rc,v 1.160 1998/10/09 17:11:14 des Exp $
|
||||
# $Id: rc,v 1.161 1998/12/10 08:06:59 jb Exp $
|
||||
# From: @(#)rc 5.27 (Berkeley) 6/5/91
|
||||
|
||||
# System startup script run by init on autoboot
|
||||
|
|
@ -253,7 +253,7 @@ if [ -x /sbin/ldconfig ]; then
|
|||
fi
|
||||
|
||||
# Legacy aout support for i386 only
|
||||
if [ X"`sysctl hw.machine`" = X"i386" ]; then
|
||||
if [ X"`sysctl -n hw.machine`" = X"i386" ]; then
|
||||
# Default the a.out ldconfig path, in case the system's
|
||||
# /etc/rc.conf hasn't been updated.
|
||||
: ${ldconfig_paths_aout=${ldconfig_paths}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue