mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
rc.d/ldconfig: Remove stray ;;
Stray ";;" causes the ldconfig rc script to fail at boot. Remove it.
Fixes: 73902ed85a
This commit is contained in:
parent
46971d38de
commit
ac910ad995
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ ldconfig_start()
|
|||
done
|
||||
startmsg '32-bit compatibility ldconfig path:' ${_LDC}
|
||||
${ldconfig} -32 ${_ins} ${_LDC}
|
||||
;;
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue