mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove debugging that made it into the commit.
This commit is contained in:
parent
5b4a781b96
commit
968d164a48
1 changed files with 0 additions and 2 deletions
|
|
@ -28,9 +28,7 @@ ldconfig_start()
|
|||
fi
|
||||
done
|
||||
echo 'ELF ldconfig path:' ${_LDC}
|
||||
ldconfig -r >/tmp/ldcon.`basename $0`.0before
|
||||
${ldconfig} -elf ${_ins} ${_LDC}
|
||||
ldconfig -r >/tmp/ldcon.`basename $0`.1after
|
||||
|
||||
# Legacy aout support for i386 only
|
||||
case `sysctl -n hw.machine_arch` in
|
||||
|
|
|
|||
Loading…
Reference in a new issue